Expand description
Implementation of algorithms for weighted selection
All std::hash::Hasher + Default can be used directly as a selection algorithm.
Structsยง
- Random
- Random selection
- Round
Robin - Round Robin selection
Implementation of algorithms for weighted selection
All std::hash::Hasher + Default can be used directly as a selection algorithm.