Skip to main content

vanilla_shuffle

Function vanilla_shuffle 

Source
fn vanilla_shuffle<T>(list: &mut [T], rng: &mut LegacyRandom)
Expand description

Vanilla-matching shuffle (reverse Fisher-Yates).