Function random_number::random_fill [−][src]
pub fn random_fill<X: SampleUniform + Bounded>(out: &mut [X])
Generate random values in the range of the output type with a new lazily-initialized thread-local random number generator.