Function bip_util::fisher_shuffle [] [src]

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

Applies a Fisher-Yates shuffle on the given list.