Module cap_rand::prelude [−][src]
Convenience re-export of common members.
This corresponds to rand::prelude
.
Re-exports
pub use crate::random; |
pub use crate::rngs::CapRng; |
pub use crate::thread_rng; |
Structs
StdRng | The standard RNG. The PRNG algorithm in |
Traits
CryptoRng | A marker trait used to indicate that an |
Distribution | Types (distributions) that can be used to create a random instance of |
IteratorRandom | Extension trait on iterators, providing random sampling methods. |
Rng | An automatically-implemented extension trait on |
RngCore | The core of a random number generator. |
SeedableRng | A random number generator that can be explicitly seeded. |
SliceRandom | Extension trait on slices, providing random mutation and sampling methods. |