Module rand::distributions::distribution

source ·
Expand description

Distribution trait and associates

Structs§

  • An iterator that generates random values of T with distribution D, using R as the source of randomness.
  • A distribution of values of type S derived from the distribution D by mapping its output of type T through the closure F.

Traits§