From dcdb769a75f66fea477157f6c579e1abe7bfee0e Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 27 Apr 2024 12:21:41 -0700 Subject: [PATCH] v2.1.0 Signed-off-by: John Nunley --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d5f7e..0b1aaa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)