lightweight Random generator class for gaussian distributed numbers
More...
#include <Random.h>
lightweight Random generator class for gaussian distributed numbers
- See also
- URand
◆ GRand()
icl::utils::GRand::GRand |
( |
icl64f |
mean = 0 , |
|
|
icl64f |
var = 1.0 |
|
) |
| |
|
inline |
Create with optionally given mean and variance.
◆ operator icl64f()
icl::utils::GRand::operator icl64f |
( |
| ) |
const |
|
inline |
returns gaussRandom(this->mean,this->var)
◆ mean
icl64f icl::utils::GRand::mean |
|
private |
◆ var
The documentation for this class was generated from the following file:
- /Users/alneuman/vm/icl/ICLUtils/src/ICLUtils/Random.h