Rng

Type Alias Rng 

Source
pub type Rng = ChaCha8Rng;
Expand description

The RNG used in throughout this crate for algorithms using pseudorandom generation.

Aliased Typeยง

pub struct Rng { /* private fields */ }