diff --git a/master/aliases.js b/master/aliases.js index 8c7bd74e..4d29cec7 100644 --- a/master/aliases.js +++ b/master/aliases.js @@ -87,6 +87,7 @@ ALIASES['quickcheck'] = {}; ALIASES['quickcheck'] = {}; ALIASES['quickcheck'] = {}; ALIASES['quickcheck'] = {}; +ALIASES['quickcheck'] = {}; ALIASES['quote'] = {}; ALIASES['quote'] = {}; ALIASES['quote'] = {}; @@ -97,6 +98,7 @@ ALIASES['rand'] = {}; ALIASES['rand'] = {}; ALIASES['rand'] = {}; ALIASES['rand'] = {}; +ALIASES['rand'] = {}; ALIASES['rand_core'] = {}; ALIASES['rand_core'] = {}; ALIASES['rand_core'] = {}; @@ -141,6 +143,8 @@ ALIASES['serde_mtproto'] = {}; ALIASES['serde_mtproto'] = {}; ALIASES['serde_mtproto'] = {}; ALIASES['serde_mtproto'] = {}; +ALIASES['serde_mtproto'] = {}; +ALIASES['serde_mtproto_derive'] = {}; ALIASES['serde_mtproto_derive'] = {}; ALIASES['serde_mtproto_derive'] = {}; ALIASES['serde_mtproto_derive'] = {}; diff --git a/master/quickcheck/trait.RngCore.html b/master/quickcheck/trait.RngCore.html index 0de5def9..89eaaa71 100644 --- a/master/quickcheck/trait.RngCore.html +++ b/master/quickcheck/trait.RngCore.html @@ -1,4 +1,4 @@ -quickcheck::RngCore - Rust

[][src]Trait quickcheck::RngCore

pub trait RngCore {
+quickcheck::RngCore - Rust

[][src]Trait quickcheck::RngCore

pub trait RngCore {
     fn next_u32(&mut self) -> u32;
 
fn next_u64(&mut self) -> u64;
fn fill_bytes(&mut self, dest: &mut [u8]); @@ -113,6 +113,6 @@

-

impl<R> RngCore for ReadRng<R> where
    R: Read
[src]

impl RngCore for ThreadRng
[src]

impl RngCore for StdRng
[src]

impl RngCore for XorShiftRng
[src]

impl RngCore for OsRng
[src]

impl<R, Rsdr> RngCore for ReseedingRng<R, Rsdr> where
    R: BlockRngCore<Item = u32> + SeedableRng,
    Rsdr: RngCore,
    <R as BlockRngCore>::Results: AsRef<[u32]>,
    <R as BlockRngCore>::Results: AsMut<[u32]>, 
[src]

impl RngCore for EntropyRng
[src]

impl RngCore for IsaacRng
[src]

impl RngCore for SmallRng
[src]

impl RngCore for JitterRng
[src]

impl RngCore for StepRng
[src]

impl RngCore for Isaac64Rng
[src]

impl RngCore for ChaChaRng
[src]

impl RngCore for Hc128Rng
[src]

impl<R> RngCore for BlockRng64<R> where
    R: BlockRngCore<Item = u64>,
    <R as BlockRngCore>::Results: AsRef<[u64]>,
    <R as BlockRngCore>::Results: AsMut<[u64]>, 
[src]

impl<'a, R> RngCore for &'a mut R where
    R: RngCore + ?Sized
[src]

impl<R> RngCore for Box<R> where
    R: RngCore + ?Sized
[src]

impl<R> RngCore for BlockRng<R> where
    R: BlockRngCore<Item = u32>,
    <R as BlockRngCore>::Results: AsRef<[u32]>,
    <R as BlockRngCore>::Results: AsMut<[u32]>, 
[src]

Implementors

impl RngCore for StdThreadGen
[src]

impl<R: RngCore> RngCore for StdGen<R>
[src]

\ No newline at end of file diff --git a/master/rand/distributions/struct.Standard.html b/master/rand/distributions/struct.Standard.html index 5d181063..9e41c7c7 100644 --- a/master/rand/distributions/struct.Standard.html +++ b/master/rand/distributions/struct.Standard.html @@ -1,4 +1,4 @@ -rand::distributions::Standard - Rust

[][src]Struct rand::distributions::Standard

pub struct Standard;

A generic random value distribution, implemented for many primitive types. +rand::distributions::Standard - Rust

[][src]Struct rand::distributions::Standard

pub struct Standard;

A generic random value distribution, implemented for many primitive types. Usually generates values with a numerically uniform distribution, and with a range appropriate to the type.

Built-in Implementations

@@ -57,118 +57,122 @@

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

impl Distribution<u64> for Standard
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl Distribution<usize> for Standard
[src]

impl Distribution<u128> for Standard
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl Distribution<i8> for Standard
[src]

impl Distribution<usize> for Standard
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl Distribution<i16> for Standard
[src]

impl Distribution<i8> for Standard
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl Distribution<i32> for Standard
[src]

impl Distribution<i16> for Standard
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl Distribution<i64> for Standard
[src]

impl Distribution<i32> for Standard
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl Distribution<isize> for Standard
[src]

impl Distribution<i64> for Standard
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl Distribution<char> for Standard
[src]

impl Distribution<i128> for Standard
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl Distribution<bool> for Standard
[src]

impl Distribution<isize> for Standard
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl Distribution<()> for Standard
[src]

impl Distribution<char> for Standard
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<A> Distribution<(A,)> for Standard where
    Standard: Distribution<A>, 
[src]

impl Distribution<bool> for Standard
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<A, B> Distribution<(A, B)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>, 
[src]

impl Distribution<()> for Standard
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<A, B, C> Distribution<(A, B, C)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>, 
[src]

impl<A> Distribution<(A,)> for Standard where
    Standard: Distribution<A>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<A, B, C, D> Distribution<(A, B, C, D)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>, 
[src]

impl<A, B> Distribution<(A, B)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<A, B, C, D, E> Distribution<(A, B, C, D, E)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>, 
[src]

impl<A, B, C> Distribution<(A, B, C)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<A, B, C, D, E, F> Distribution<(A, B, C, D, E, F)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>, 
[src]

impl<A, B, C, D> Distribution<(A, B, C, D)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<A, B, C, D, E, F, G> Distribution<(A, B, C, D, E, F, G)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>,
    Standard: Distribution<G>, 
[src]

impl<A, B, C, D, E> Distribution<(A, B, C, D, E)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<A, B, C, D, E, F, G, H> Distribution<(A, B, C, D, E, F, G, H)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>,
    Standard: Distribution<G>,
    Standard: Distribution<H>, 
[src]

impl<A, B, C, D, E, F> Distribution<(A, B, C, D, E, F)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<A, B, C, D, E, F, G, H, I> Distribution<(A, B, C, D, E, F, G, H, I)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>,
    Standard: Distribution<G>,
    Standard: Distribution<H>,
    Standard: Distribution<I>, 
[src]

impl<A, B, C, D, E, F, G> Distribution<(A, B, C, D, E, F, G)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>,
    Standard: Distribution<G>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<A, B, C, D, E, F, G, H, I, J> Distribution<(A, B, C, D, E, F, G, H, I, J)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>,
    Standard: Distribution<G>,
    Standard: Distribution<H>,
    Standard: Distribution<I>,
    Standard: Distribution<J>, 
[src]

impl<A, B, C, D, E, F, G, H> Distribution<(A, B, C, D, E, F, G, H)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>,
    Standard: Distribution<G>,
    Standard: Distribution<H>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<A, B, C, D, E, F, G, H, I, J, K> Distribution<(A, B, C, D, E, F, G, H, I, J, K)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>,
    Standard: Distribution<G>,
    Standard: Distribution<H>,
    Standard: Distribution<I>,
    Standard: Distribution<J>,
    Standard: Distribution<K>, 
[src]

impl<A, B, C, D, E, F, G, H, I> Distribution<(A, B, C, D, E, F, G, H, I)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>,
    Standard: Distribution<G>,
    Standard: Distribution<H>,
    Standard: Distribution<I>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<A, B, C, D, E, F, G, H, I, J, K, L> Distribution<(A, B, C, D, E, F, G, H, I, J, K, L)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>,
    Standard: Distribution<G>,
    Standard: Distribution<H>,
    Standard: Distribution<I>,
    Standard: Distribution<J>,
    Standard: Distribution<K>,
    Standard: Distribution<L>, 
[src]

impl<A, B, C, D, E, F, G, H, I, J> Distribution<(A, B, C, D, E, F, G, H, I, J)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>,
    Standard: Distribution<G>,
    Standard: Distribution<H>,
    Standard: Distribution<I>,
    Standard: Distribution<J>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 0]> for Standard
[src]

impl<A, B, C, D, E, F, G, H, I, J, K> Distribution<(A, B, C, D, E, F, G, H, I, J, K)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>,
    Standard: Distribution<G>,
    Standard: Distribution<H>,
    Standard: Distribution<I>,
    Standard: Distribution<J>,
    Standard: Distribution<K>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 1]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<A, B, C, D, E, F, G, H, I, J, K, L> Distribution<(A, B, C, D, E, F, G, H, I, J, K, L)> for Standard where
    Standard: Distribution<A>,
    Standard: Distribution<B>,
    Standard: Distribution<C>,
    Standard: Distribution<D>,
    Standard: Distribution<E>,
    Standard: Distribution<F>,
    Standard: Distribution<G>,
    Standard: Distribution<H>,
    Standard: Distribution<I>,
    Standard: Distribution<J>,
    Standard: Distribution<K>,
    Standard: Distribution<L>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 2]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 0]> for Standard
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 3]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 1]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 4]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 2]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 5]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 3]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 6]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 4]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 7]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 5]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 8]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 6]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 9]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 7]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 10]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 8]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 11]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 9]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 12]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 10]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 13]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 11]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 14]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 12]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 15]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 13]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 16]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 14]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 17]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 15]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 18]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 16]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 19]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 17]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 20]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 18]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 21]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 19]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 22]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 20]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 23]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 21]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 24]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 22]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 25]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 23]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 26]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 24]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 27]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 25]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 28]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 26]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 29]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 27]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 30]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 28]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 31]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 29]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<[T; 32]> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 30]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<Option<T>> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 31]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

-

impl<T> Distribution<Wrapping<T>> for Standard where
    Standard: Distribution<T>, 
[src]

impl<T> Distribution<[T; 32]> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

+

impl<T> Distribution<Option<T>> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

+

impl<T> Distribution<Wrapping<T>> for Standard where
    Standard: Distribution<T>, 
[src]

Important traits for DistIter<'a, D, R, T>

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

impl Clone for Standard
[src]

Performs copy-assignment from source. Read more

impl Copy for Standard
[src]

impl Debug for Standard
[src]

\ No newline at end of file diff --git a/master/rand/distributions/uniform/struct.UniformInt.html b/master/rand/distributions/uniform/struct.UniformInt.html index 480c32b8..c789c6ba 100644 --- a/master/rand/distributions/uniform/struct.UniformInt.html +++ b/master/rand/distributions/uniform/struct.UniformInt.html @@ -51,42 +51,54 @@

impl UniformSampler for UniformInt<isize>
[src]

+

impl UniformSampler for UniformInt<i128>
[src]

The type sampled by this implementation.

impl UniformSampler for UniformInt<u8>
[src]

+

impl UniformSampler for UniformInt<isize>
[src]

The type sampled by this implementation.

impl UniformSampler for UniformInt<u16>
[src]

+

impl UniformSampler for UniformInt<u8>
[src]

The type sampled by this implementation.

impl UniformSampler for UniformInt<u32>
[src]

+

impl UniformSampler for UniformInt<u16>
[src]

The type sampled by this implementation.

impl UniformSampler for UniformInt<u64>
[src]

+

impl UniformSampler for UniformInt<u32>
[src]

The type sampled by this implementation.

impl UniformSampler for UniformInt<usize>
[src]

+

impl UniformSampler for UniformInt<u64>
[src]

The type sampled by this implementation.

impl UniformSampler for UniformInt<usize>
[src]

+

The type sampled by this implementation.

+

impl UniformSampler for UniformInt<u128>
[src]

+

The type sampled by this implementation.

+

impl<X: Clone> Clone for UniformInt<X>
[src]

Performs copy-assignment from source. Read more

impl<X: Copy> Copy for UniformInt<X>
[src]

impl<X: Debug> Debug for UniformInt<X>
[src]