Skip to content

Commit b5bb7b7

Browse files
committed
docs
1 parent d30708f commit b5bb7b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ The sequences produced by the `expected()` generators are intended to be reprodu
6565

6666
# Aliases
6767

68-
In most cases, you can just use the Xrandom class. This is an easy-to-remember
69-
alias for a fast and consistent algorithm.
68+
In most cases, you can just use the `Xrandom` class. This is an easy-to-remember
69+
alias for a fast and compatible algorithm.
7070

7171
| Class | Is the same as | Works on |
7272
|--------------|----------------|------------------------------|
7373
| `Xrandom` | `Xorshift32` | Everywhere |
7474
| `Xrandom64` | `Xorshift128p` | Everywhere except JavaScript |
7575

7676
`Xrandom64` is a more modern and advanced generator.
77-
On the other hand, `Xrandom` is extremely compatible and lightning fast.
77+
On the other hand, `Xrandom` is lightning fast.
7878

7979

8080
# Classes

0 commit comments

Comments
 (0)