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