pub fn rng_with_seed(seed: impl Into<Option<u64>>) -> StdRng
Expand description

Simulation with a fixed seed to get reproducible results.