RNG

Type Alias RNG 

Source
pub type RNG = Pcg64Mcg;
Expand description

The choosen seedable pseudorandom number generator used crate-wide

Aliased Typeยง

pub struct RNG { /* private fields */ }