Function onejoker::utils::oj_shuffle

source ·
pub fn oj_shuffle<T>(a: &mut [T])
Expand description

§wiki | Standard Fisher-Yates shuffle

Standard shuffle using our own PRNG.