FastRng

Type Alias FastRng 

Source
pub type FastRng = Xoshiro256Plus;
Expand description

Fast deterministic RNG type alias (Xoshiro256+)

Aliased Typeยง

pub struct FastRng { /* private fields */ }