Creates a SplitMix32 random generator. Used by the randomness test suite.
Sourced from bryc: https://github.com/bryc/code/blob/master/jshash/PRNGs.md#splitmix32
bryc
Replaces the Mulberry generator, which was found to have problems
Optional
Creates a SplitMix32 random generator. Used by the randomness test suite.
Sourced from
bryc: https://github.com/bryc/code/blob/master/jshash/PRNGs.md#splitmix32Replaces the Mulberry generator, which was found to have problems