4.4.0
- Fix MathRNG with Seed being recreated on each use, generating the same list of bytes. (thanks @showband)
- Fix UUIDv5 UTF8 inconsistencies. (thanks @vjamrich)
- Use static state storage for random number generator to prevent MathRNG issue.
- Replace V1, v6, V7, V8 MathRNG preventively, the issue didn't exhibit there due to other factors in the UUID generation (primarily time, and clockseq)
What's Changed
- fixed MathRNG - it now uses the initial seed properly by @showband in #109
- Fix V5 UUID inconsistencies when using UTF-8 characters by @vjamrich in #112
New Contributors
Full Changelog: 4.3.3...4.4.0