Struct cap_rand::distributions::weighted::alias_method::WeightedIndex
source · [−]pub struct WeightedIndex<W> where
W: Weight, { /* private fields */ }
👎 Deprecated since 0.8.0:
moved to rand_distr crate
Implementations
sourceimpl<W> WeightedIndex<W> where
W: Weight,
impl<W> WeightedIndex<W> where
W: Weight,
pub fn new(_weights: Vec<W, Global>) -> Result<WeightedIndex<W>, WeightedError>
👎 Deprecated since 0.8.0:
moved to rand_distr crate
Trait Implementations
Auto Trait Implementations
impl<W> RefUnwindSafe for WeightedIndex<W> where
W: RefUnwindSafe,
impl<W> Send for WeightedIndex<W> where
W: Send,
impl<W> Sync for WeightedIndex<W> where
W: Sync,
impl<W> Unpin for WeightedIndex<W> where
W: Unpin,
impl<W> UnwindSafe for WeightedIndex<W> where
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more