Function randomize_vector

Source
pub fn randomize_vector<T: Clone>(rows: &Vec<T>) -> Vec<T>