import { gen_splitmix32 } from "https://dotland.deno.dev/x/jssm@5.104.1/jssm_util.d.ts";
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
Replaces the Mulberry generator, which was found to have problems