Struct rand::distributions::Triangular [−][src]
pub struct Triangular { /* fields omitted */ }
👎 Deprecated since 0.7.0:
moved to rand_distr crate
The triangular distribution.
Implementations
impl Triangular
[src]
impl Triangular
[src]Trait Implementations
impl Clone for Triangular
[src]
impl Clone for Triangular
[src]fn clone(&self) -> Triangular
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Distribution<f64> for Triangular
[src]
impl Distribution<f64> for Triangular
[src]