|
checkasm 1.0.1
Assembly testing and benchmarking framework
|
Describes a normal (Gaussian) distribution. More...
#include <utils.h>
Data Fields | |
| double | mean |
| double | stddev |
Describes a normal (Gaussian) distribution.
Structure specifying the parameters of a normal distribution for use with random number generation functions.
| double CheckasmDist::mean |
Mean (center) of the distribution
| double CheckasmDist::stddev |
Standard deviation (spread) of the distribution