# shuffled-iter [](https://travis-ci.org/TimNN/shuffled-iter) [](https://coveralls.io/github/TimNN/shuffled-iter?branch=master) [](https://crates.io/crates/shuffled-iter)
[Documentation](https://timnn.github.io/shuffled-iter)
This crate provides methods to iterate over a group of values in random order, without allocation and shuffling them all.
It currently supports:
* all integer ranges
* slices of any kind