Struct randomkit::dist::Uniform [] [src]

pub struct Uniform { /* fields omitted */ }

Uniform distribution

Sample from the uniform distribution on [low,high).

Methods

impl Uniform
[src]

[src]

Trait Implementations

impl Copy for Uniform
[src]

impl Clone for Uniform
[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 Uniform
[src]

[src]

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

Auto Trait Implementations

impl Send for Uniform

impl Sync for Uniform