rng generator struct;
More...
#include <noise.hpp>
Public Member Functions |
| | acml_rng () |
| void | fill (double *in, size_t len, double mean, double var) |
| double | get_gauss_double (double mean, double sdev) |
Static Public Attributes |
| static constexpr int | rand_len = 64 |
| static constexpr int | genid = 3 |
| static constexpr int | len_state = 633 |
Detailed Description
rng generator struct;
Definition at line 26 of file noise.hpp.
Constructor & Destructor Documentation
| __HIDER__::acml_rng::acml_rng |
( |
| ) |
|
|
inline |
Member Function Documentation
| void __HIDER__::acml_rng::fill |
( |
double * |
in, |
|
|
size_t |
len, |
|
|
double |
mean, |
|
|
double |
var |
|
) |
| |
|
inline |
| double __HIDER__::acml_rng::get_gauss_double |
( |
double |
mean, |
|
|
double |
sdev |
|
) |
| |
|
inline |
Member Data Documentation
| double* __HIDER__::acml_rng::cur_val |
| constexpr int __HIDER__::acml_rng::genid = 3 |
|
static |
| int __HIDER__::acml_rng::id |
| int __HIDER__::acml_rng::info |
| constexpr int __HIDER__::acml_rng::len_state = 633 |
|
static |
| constexpr int __HIDER__::acml_rng::rand_len = 64 |
|
static |
| int __HIDER__::acml_rng::subid = 1 |
| double* const __HIDER__::acml_rng::val_end |
| double __HIDER__::acml_rng::vals[rand_len] |
The documentation for this struct was generated from the following file: