Compact xorshift32 pseudo-random stream.
This generator is selected for deterministic cross-runtime behavior, not cryptographic security. Never use it for security-sensitive decisions.
Copies the generator without advancing either stream.
Returns the current unsigned 32-bit state.
Advances and returns an integer in the inclusive requested range.
Advances and returns the next value in the half-open interval [0, 1).
Compact xorshift32 pseudo-random stream.
Remarks
This generator is selected for deterministic cross-runtime behavior, not cryptographic security. Never use it for security-sensitive decisions.