pub fn shuffle<T>(rng: &mut Pcg64, data: &mut [T])
Expand description

Helper function to randomly shuffle an array.