integer in [min, max], both inclusive.
true with probability p.
an independent generator seeded from this one and index (used per trial).
float in [0, 1).
integer in [0, n).
next 32-bit unsigned integer.
a random string of [minLength, maxLength] code points drawn from alphabet (astral characters stay whole).
Deterministic pseudo-random numbers (splitmix32). Every test that needs randomness derives it from an explicit seed so a failure can be replayed.