Function shuffle

Source
pub fn shuffle<T: Clone>(slice: &mut [T])
Expand description

Shuffle a slice using Fisher-Yates algorithm.