issues
search
smol-rs
/
fastrand
A simple and fast random number generator
Apache License 2.0
409
stars
35
forks
source link
v2.1.0
#83
Closed
notgull
closed
6 months ago
notgull
commented
6 months ago
Change the RNG algorithm and the way that the seed is computed. This will cause the algorithm to emit different constants for different seeds, hence the minor SemVer change.
Update to the final WyRand v4.2 constants for better entropy. (#82)
Remove an unnecessary seed modification. (#73)