v4.0.0
- 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