checkasm 1.0.1
Assembly testing and benchmarking framework
Loading...
Searching...
No Matches
CheckasmDist Struct Reference

Describes a normal (Gaussian) distribution. More...

#include <utils.h>

Data Fields

double mean
double stddev

Detailed Description

Describes a normal (Gaussian) distribution.

Structure specifying the parameters of a normal distribution for use with random number generation functions.

Field Documentation

◆ mean

double CheckasmDist::mean

Mean (center) of the distribution

◆ stddev

double CheckasmDist::stddev

Standard deviation (spread) of the distribution


The documentation for this struct was generated from the following file: