shuffled-iter

Crates.ioshuffled-iter
lib.rsshuffled-iter
version0.2.0
sourcesrc
created_at2015-08-09 13:59:02.939727
updated_at2016-09-04 19:51:23.567844
descriptionIterate through a set of values in random order without allocating them all
homepagehttps://github.com/TimNN/shuffled-iter
repositoryhttps://github.com/TimNN/shuffled-iter
max_upload_size
id2799
size13,073
Tim Neumann (TimNN)

documentation

https://timnn.github.io/shuffled-iter/

README

shuffled-iter Build Status Coverage Status Crates.io

Documentation

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
Commit count: 13

cargo fmt