choose-rand 0.2.0

A small crate for choosing random items from a set of weighted items.
Documentation
1
2
3
4
5
/// Simple Error returned by possibly failable operations in this crate.
#[derive(Debug, Clone)]
pub enum Error {
    ProbabilitySum,
}