fn vanilla_shuffle<T>(list: &mut [T], rng: &mut LegacyRandom)
Vanilla-matching shuffle (reverse Fisher-Yates).