Skip to main content

Module rand

Module rand 

Source
Expand description

Small non-cryptographic random sources used by document generators.

Structs§

SeededRng
A small deterministic random source initialized from a u64 seed.

Traits§

RandomSource
A minimal source of random bits for document generation.