Module sgx_rand::distributions::normal
source · [−]Structs
The log-normal distribution
ln N(mean, std_dev**2)
.The normal distribution
N(mean, std_dev**2)
.A wrapper around an
f64
to generate N(0, 1) random numbers
(a.k.a. a standard normal, or Gaussian).