Function bip_util::fisher_shuffle [] [src]

pub fn fisher_shuffle<T: Copy>(list: &mut [T])

Applies a Fisher-Yates shuffle on the given list.