Struct randomkit::dist::Randint [] [src]

pub struct Randint { /* fields omitted */ }

Uniform distribution of integers on [low,high)

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

Methods

impl Randint
[src]

[src]

Trait Implementations

impl Copy for Randint
[src]

impl Clone for Randint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Sample<isize> for Randint
[src]

[src]

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

Auto Trait Implementations

impl Send for Randint

impl Sync for Randint