pub fn shuffle<T>(samp: &mut [T], count: i32, n_dimensions: i32, rng: &mut Rng)
Expand description

Randomly permute an array of count sample values, each of which has n_dimensions dimensions.