Struct randomkit::dist::StandardCauchy [] [src]

pub struct StandardCauchy;

Standard Cauchy distribution with mode 0

Methods

impl StandardCauchy
[src]

Trait Implementations

impl Copy for StandardCauchy
[src]

impl Clone for StandardCauchy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Sample<f64> for StandardCauchy
[src]

[src]

Generate a pseudorandom element of Support using rng as the source of randomness. Read more

Auto Trait Implementations