pub fn random_int_vector(size: usize, min: i64, max: i64) -> Vec<i64>
Generate a vector of random integers in the given range