pub trait Gen { // Required method fn gen(prng: &Prng) -> Self; }
Implemented by types that support being generated by a Prng.
Generates a value of the implementing type with the Prng.
Generates the array with the Prng.
If the array is greater than u32::MAX in length.