Skip to main content

Module rng

Module rng 

Source
Expand description

Utilities for random number generation.

Structs§

FuzzRng
An RNG that expands a fuzzer byte slice into an infinite deterministic stream.

Functions§

test_rng
Returns a seeded RNG for deterministic testing.
test_rng_seeded
Returns a seeded RNG with a custom seed for deterministic testing.