Struct num_bigint::RandomBits [] [src]

pub struct RandomBits { /* fields omitted */ }

A random distribution for BigUint and BigInt values of a particular bit size.

Methods

impl RandomBits
[src]

[src]

Trait Implementations

impl Clone for RandomBits
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RandomBits
[src]

impl Debug for RandomBits
[src]

[src]

Formats the value using the given formatter. Read more

impl Distribution<BigUint> for RandomBits
[src]

[src]

Generate a random value of T, using rng as the source of randomness.

[src]

Create an iterator that generates random values of T, using rng as the source of randomness. Read more

impl Distribution<BigInt> for RandomBits
[src]

[src]

Generate a random value of T, using rng as the source of randomness.

[src]

Create an iterator that generates random values of T, using rng as the source of randomness. Read more

Auto Trait Implementations

impl Send for RandomBits

impl Sync for RandomBits