Function shuffle_linear

Source
pub fn shuffle_linear<T>(v: &mut Vec<T>) -> &mut Vec<T>
Expand description

Simple linear Knuth shuffle