Struct num_bigint::UniformBigInt [] [src]

pub struct UniformBigInt { /* fields omitted */ }

The back-end implementing rand's UniformSampler for BigInt.

Trait Implementations

impl Clone for UniformBigInt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UniformBigInt
[src]

[src]

Formats the value using the given formatter. Read more

impl UniformSampler for UniformBigInt
[src]

The type sampled by this implementation.

[src]

Construct self, with inclusive lower bound and exclusive upper bound [low, high). Read more

[src]

Construct self, with inclusive bounds [low, high]. Read more

[src]

Sample a value.

[src]

Sample a single value uniformly from a range with inclusive lower bound and exclusive upper bound [low, high). Read more

Auto Trait Implementations

impl Send for UniformBigInt

impl Sync for UniformBigInt