pub type BenchRng = ChaChaRng;Expand description
A random number generator implementing rand::SeedableRng. This is given to every
benchmarking function to use as a source of randomness.
Aliased Typeยง
pub struct BenchRng { /* private fields */ }pub type BenchRng = ChaChaRng;A random number generator implementing rand::SeedableRng. This is given to every
benchmarking function to use as a source of randomness.
pub struct BenchRng { /* private fields */ }