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§

mix64
Applies a SplitMix64-style finalizer to a deterministic input word.
test_rng
Returns a seeded RNG for deterministic testing.
test_rng_seeded
Returns a seeded RNG with a custom seed for deterministic testing.