Skip to main content

random_int_vector

Function random_int_vector 

Source
pub fn random_int_vector(size: usize, min: i64, max: i64) -> Vec<i64>
Expand description

Generate a vector of random integers in the given range