Module ndarray_rand::rand [−][src]
rand, re-exported for convenience and version-compatibility.
Modules
| distributions | Generating random samples from probability distributions | 
| prelude | Convenience re-export of common members | 
| rngs | Random number generators and adapters | 
| seq | Sequence-related functionality | 
Structs
| Error | Error type of random number generators | 
Traits
| CryptoRng | A marker trait used to indicate that an  | 
| Fill | Types which may be filled with random data | 
| 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. | 
Functions
| random | Generates a random value using the thread-local random number generator. | 
| thread_rng | Retrieve the lazily-initialized thread-local random number generator,
seeded by the system. Intended to be used in method chaining style,
e.g.  |