Module rand::distributions::distribution
source · Expand description
Distribution trait and associates
Structs§
- An iterator that generates random values of
T
with distributionD
, usingR
as the source of randomness. - A distribution of values of type
S
derived from the distributionD
by mapping its output of typeT
through the closureF
.
Traits§
String
sampler- Types (distributions) that can be used to create a random instance of
T
.