BenchRng

Type Alias BenchRng 

Source
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 */ }