random_picker

Type Alias Table

source
pub type Table<T> = HashMap<T, f64, RandomState>;
Expand description

Alias of HashMap. The weight value type is always f64.

Aliased Typeยง

struct Table<T> { /* private fields */ }