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
11
12
13
14
15
16
17
[dependencies]
rand = "*"

[dev-dependencies]
bit-vec = "*"

[package]
authors = ["Tim Neumann <mail@timnn.me>"]
description = "Iterate through a set of values in random order without allocating them all"
documentation = "https://timnn.github.io/shuffled-iter/"
homepage = "https://github.com/TimNN/shuffled-iter"
keywords = ["data-structures", "random"]
license = "MIT"
name = "shuffled-iter"
readme = "README.md"
repository = "https://github.com/TimNN/shuffled-iter"
version = "0.2.0"