[][src]Function wyzoid::utils::rand_vec

pub fn rand_vec<T>(len: usize, low: T, high: T) -> Vec<T> where
    T: SampleUniform + Copy