pub trait Shuffle {
    fn permutation(self, len: usize) -> Permutation;
}

Required Methods

Implementors