Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-04-27 12:21:41 -07:00 committed by John Nunley
parent 351a708838
commit dcdb769a75
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
# Version 2.1.0
- 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)
# Version 2.0.2
- Slight restructuring of the `with_seed` function. (#79)