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.