Type Definition genevo::random::Seed

source · []
pub type Seed = <Prng as SeedableRng>::Seed;
Expand description

The Seed as used through out this library to seed the Prng.