pub trait Shuffle { // Required method fn shuffle(&mut self, prng: &Prng); }
Implemented by types that support being shuffled by a Prng.
Shuffles the value with the Prng.