pub fn shuffle_lists<T: Clone>(lists: &mut Vec<Vec<T>>)
Expand description

Shuffles multiple lists of the same length in the same ways