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
65
65
66
66
# Aliases
67
67
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.
70
70
71
71
| Class | Is the same as | Works on |
72
72
| --------------| ----------------| ------------------------------|
73
73
| ` Xrandom ` | ` Xorshift32 ` | Everywhere |
74
74
| ` Xrandom64 ` | ` Xorshift128p ` | Everywhere except JavaScript |
75
75
76
76
` 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.
78
78
79
79
80
80
# Classes
You can’t perform that action at this time.
0 commit comments