☰
Trait Weight
Implementations on Foreign Types
f32
f64
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
Other items in
rand
::
distributions
::
weighted
::
alias_method
All crates
?
Trait
rand
::
distributions
::
weighted
::
alias_method
::
Weight
[
−
]
[src]
pub trait Weight { }
👎
Deprecated since 0.8.0:
moved to rand_distr crate
Implementations on Foreign Types
[src]
impl
Weight
for
f64
[src]
impl
Weight
for
f32
[src]
impl
Weight
for
u8
[src]
impl
Weight
for
u16
[src]
impl
Weight
for
u32
[src]
impl
Weight
for
u64
[src]
impl
Weight
for
usize
[src]
impl
Weight
for
i8
[src]
impl
Weight
for
i16
[src]
impl
Weight
for
i32
[src]
impl
Weight
for
i64
[src]
impl
Weight
for
isize
[src]
impl
Weight
for
u128
[src]
impl
Weight
for
i128
Implementors