|
FFmpeg
|
Describes a normal (Gaussian) distribution. More...
#include <utils.h>
Data Fields | |
| double | mean |
| Mean (center) of the distribution. More... | |
| double | stddev |
| Standard deviation (spread) of the distribution. More... | |
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.
Definition at line 90 of file utils.h.
Referenced by checkasm_rand_dist(), checkasm_randomize_dist(), and checkasm_randomize_distf().
| double CheckasmDist::stddev |
Standard deviation (spread) of the distribution.
Definition at line 91 of file utils.h.
Referenced by checkasm_rand_dist(), checkasm_randomize_dist(), and checkasm_randomize_distf().
1.8.17