Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Apr 27, 2024
1 parent 351a708 commit dcdb769
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit dcdb769

Please sign in to comment.