Expand description
Utilities for random number generation.
Structs§
- Bytes
Rng - An RNG that reads from a byte buffer, falling back to a seeded RNG when exhausted.
Functions§
- test_
rng - Returns a seeded RNG for deterministic testing.
- test_
rng_ seeded - Returns a seeded RNG with a custom seed for deterministic testing.