|
static double | 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 18 of file rtausmed.
◆ rtausmed() [1/2]
tools::rtausmed::rtausmed |
( |
unsigned int |
a_seed = 4357 | ) |
|
|
inline |
◆ ~rtausmed()
virtual tools::rtausmed::~rtausmed |
( |
| ) |
|
|
inlinevirtual |
◆ rtausmed() [2/2]
tools::rtausmed::rtausmed |
( |
const rtausmed & |
a_from | ) |
|
|
inline |
◆ operator=()
◆ shoot()
double tools::rtausmed::shoot |
( |
| ) |
|
|
inline |
◆ two_to_minus_32()
static double tools::rtausmed::two_to_minus_32 |
( |
| ) |
|
|
inlinestaticprotected |
Definition at line 29 of file rtausmed.
30 static const double s_v = std::ldexp(1.0,-32);
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rtausmed