https://github.com/timnn/shuffled-iter
Iterate through a set of values in random order without allocating them all
https://github.com/timnn/shuffled-iter
Last synced: about 1 year ago
JSON representation
Iterate through a set of values in random order without allocating them all
- Host: GitHub
- URL: https://github.com/timnn/shuffled-iter
- Owner: TimNN
- License: mit
- Created: 2015-08-09T13:37:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T19:53:41.000Z (almost 10 years ago)
- Last Synced: 2025-04-03T18:49:40.464Z (about 1 year ago)
- Language: Rust
- Size: 1.69 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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