pub trait Random { // Required method fn random(rng: impl RngCore) -> Self; }
A value that can be randomly generated
Generate random value