Type Alias dudect_bencher::ctbench::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§

struct BenchRng { /* private fields */ }