Module cap_rand::prelude

source ·
Expand description

Convenience re-export of common members.

This corresponds to rand::prelude.

Re-exports

Structs

  • The standard RNG. The PRNG algorithm in StdRng is chosen to be efficient on the current platform, to be statistically strong and unpredictable (meaning a cryptographically secure PRNG).

Traits

  • A marker trait used to indicate that an RngCore or BlockRngCore implementation is supposed to be cryptographically secure.
  • Types (distributions) that can be used to create a random instance of T.
  • Extension trait on iterators, providing random sampling methods.
  • An automatically-implemented extension trait on RngCore providing high-level generic methods for sampling values and other convenience methods.
  • The core of a random number generator.
  • A random number generator that can be explicitly seeded.
  • Extension trait on slices, providing random mutation and sampling methods.