Available on crate feature
bag only.Structs§
- Weighted
Bag - A
WeightedBagis a collection that holds entries of typeTwith associated weights of typeW.
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.