👎Deprecated since 0.8.0: use rand::distributions::{WeightedIndex, WeightedError} instead
Expand description
Weighted index sampling
This module is deprecated. Use [crate::distributions::WeightedIndex] and
[crate::distributions::WeightedError] instead.
Re-exports§
pub use super::WeightedIndex;pub use super::WeightedError;
Modules§
- alias_
method Deprecated