pub fn shuffle_with_mt<T>(wall: &mut [T], mt: &mut MT19937)
Expand description

Shuffles the given wall array using randomness from the given MT19937 RNG. See mod-level docs for the algorithm.