Module rand::rng

source ·
Expand description

Rng trait

Macros

Traits

  • Types which may be filled with random data
  • An automatically-implemented extension trait on RngCore providing high-level generic methods for sampling values and other convenience methods.