Function randomize

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