|
static float | two_to_minus_32 () |
|
static unsigned int | LCG (unsigned int a_n) |
|
static unsigned int | TAUSWORTHE (unsigned int a_s, unsigned int a_a, unsigned int a_b, unsigned int a_c, unsigned int a_d) |
|
Definition at line 14 of file rtausmef.
◆ rtausmef() [1/2]
tools::rtausmef::rtausmef |
( |
unsigned int |
a_seed = 4357 | ) |
|
|
inline |
◆ ~rtausmef()
virtual tools::rtausmef::~rtausmef |
( |
| ) |
|
|
inlinevirtual |
◆ rtausmef() [2/2]
tools::rtausmef::rtausmef |
( |
const rtausmef & |
a_from | ) |
|
|
inline |
◆ operator=()
◆ shoot()
float tools::rtausmef::shoot |
( |
| ) |
|
|
inline |
◆ two_to_minus_32()
static float tools::rtausmef::two_to_minus_32 |
( |
| ) |
|
|
inlinestaticprotected |
Definition at line 25 of file rtausmef.
26 static const float s_v = ::ldexpf(1,-32);
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rtausmef