Class XorShift32: A random number generator using the xorshift32 algorithm.group Mathsubgroup Random seed: number The current seed value used by the random number generator. save() => string load(data: string) => boolean gen() => number