Skip to content

v4.0.0

Choose a tag to compare

@zeh zeh released this 09 Oct 13:21
  • Invalid seeds (0, "") don't break the generator anymore (thanks @burdakovd)
  • Random (default) seed uses a number in the valid seed range, and is therefore less predictable
  • Similar string seeds produce more unique seeds (breaking change) (thanks @burdakovd)
  • Expanded tests to detect invalid seeds and string seed similarity effect