[][src]Module rand::distributions::weighted

👎 Deprecated since 0.8.0:

use rand::distributions::{WeightedIndex, WeightedError} instead

This is supported on crate feature alloc only.

Weighted index sampling

This module is deprecated. Use crate::distributions::WeightedIndex and crate::distributions::WeightedError instead.

Modules

alias_methodDeprecated

Structs

WeightedIndex

A distribution using weighted sampling of discrete items

Enums

WeightedError

Error type returned from WeightedIndex::new.