Function random_vec

Source
pub fn random_vec<X: UniformRand, R: Rng>(n: usize, rng: &mut R) -> Vec<X>