pub fn random<T>() -> T where
    Standard: Distribution<T>, 
Expand description

Generates a random value using the global random number generator.