Module weighted_bag

Source
Available on crate feature bag only.

Structs§

WeightedBag
A WeightedBag is a collection that holds entries of type T with associated weights of type W.
The weights determine the likelihood of selecting each entry when retrieving a random item from the bag.

Traits§

Weight
A trait representing a type that can be used as a weight in a WeightedBag.