Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 661 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 661 Bytes

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