pub fn seeded_rng(seed: Option<u64>) -> StdRng
Expand description

A RNG suitable for testing, if no seed is passed, uses standard random seed.