Struct rand::distributions::weighted::alias_method::WeightedIndex
source · pub struct WeightedIndex<W: Weight> { /* private fields */ }
👎Deprecated since 0.8.0: moved to rand_distr crate
Implementations§
source§impl<W: Weight> WeightedIndex<W>
impl<W: Weight> WeightedIndex<W>
pub fn new(_weights: Vec<W>) -> Result<Self, WeightedError>
👎Deprecated since 0.8.0: moved to rand_distr crate