shuffled-iter 0.2.0

Iterate through a set of values in random order without allocating them all
Documentation
1
2
3
4
5
6
7
8
9
10
# shuffled-iter [![Build Status]https://travis-ci.org/TimNN/shuffled-iter.svg?branch=master]https://travis-ci.org/TimNN/shuffled-iter [![Coverage Status]https://coveralls.io/repos/TimNN/shuffled-iter/badge.svg?branch=master&service=github]https://coveralls.io/github/TimNN/shuffled-iter?branch=master [![Crates.io]https://img.shields.io/crates/v/shuffled-iter.svg]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