[][src]Function simple_ml::randomize

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