File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments