Type Definition genevo::random::Prng

source · []
pub type Prng = Xoshiro256Plus;
Expand description

The Prng is the pseudo random number generator used through out this library.