pub fn generate<T>(rng: &dyn SecureRandom) -> Result<Random<T>, Unspecified>where T: RandomlyConstructable,
Generate the new random value using rng.
rng
error::Unspecified if unable to fill buffer.
error::Unspecified