Module algorithms

Source
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
RoundRobin
Round Robin selection