SFC32 pseudorandom generator
A seeded 128-bit state machine. Each dip is seeded from a fresh blend of the clock, a high-resolution timer and the browser's crypto entropy, hashed with cyrb128. Every call advances four 32-bit registers through XOR shifts, rotations and modular addition — a deterministic but non-obvious stream that replaces Math.random() as the source for everything below.