Crate shuffled_iter [−] [src]
This crate provides methods to iterate over a group of values in random order, without allocation and shuffling them all.
Such an iterator may be obtained via the ShuffledIterGen
trait.
Structs
ShuffledIter |
The actual iterator which iterates over, in random order, all |
Traits
ShuffledIterGen |
This trait may be used to obtain an instance of |