#include <rngen.h>
|
| static const double | _p31 = 2147483648.0 |
| |
| static const double | _p32 = 4294967296.0 |
| |
| static const float | _p31f = 2147483648.0f |
| |
| static const float | _p32f = 4294967296.0f |
| |
◆ Rngen() [1/2]
◆ ~Rngen()
◆ Rngen() [2/2]
| Rngen::Rngen |
( |
const Rngen & |
| ) |
|
◆ grand() [1/2]
| double Rngen::grand |
( |
void |
| ) |
|
◆ grand() [2/2]
| void Rngen::grand |
( |
double * |
x, |
|
|
double * |
y |
|
) |
| |
◆ grandf() [1/2]
| float Rngen::grandf |
( |
void |
| ) |
|
◆ grandf() [2/2]
| void Rngen::grandf |
( |
float * |
x, |
|
|
float * |
y |
|
) |
| |
◆ init()
| void Rngen::init |
( |
uint32_t |
seed | ) |
|
◆ irand()
| uint32_t Rngen::irand |
( |
void |
| ) |
|
|
inline |
◆ operator=()
◆ urand()
| double Rngen::urand |
( |
void |
| ) |
|
|
inline |
◆ urandf()
| float Rngen::urandf |
( |
void |
| ) |
|
|
inline |
◆ _a
◆ _i
◆ _md
◆ _mf
◆ _p31
| const double Rngen::_p31 = 2147483648.0 |
|
staticprivate |
◆ _p31f
| const float Rngen::_p31f = 2147483648.0f |
|
staticprivate |
◆ _p32
| const double Rngen::_p32 = 4294967296.0 |
|
staticprivate |
◆ _p32f
| const float Rngen::_p32f = 4294967296.0f |
|
staticprivate |
◆ _vd
◆ _vf
The documentation for this class was generated from the following files: