|
| static void | setSeed (int s1, int s2) |
| |
| static void | initialize () |
| |
| static double | randomReal () |
| |
|
static void | setSeed (int s1, int s2) |
| |
|
static void | initialize () |
| |
|
static double | randomReal () |
| |
|
| static bool | init = false |
| |
| static int | iseed [2] = { 1802, 9373 } |
| |
| static int | i97 = 96 |
| |
| static int | j97 = 32 |
| |
| static double | uran [97] = { 0.0 } |
| |
| static double | cran = 362436.0 /16777216.0 |
| |
| static const double | cdran = 7654321.0 /16777216.0 |
| |
| static const double | cmran = 16777213.0/16777216.0 |
| |
◆ initialize()
◆ randomReal()
◆ setSeed()
| void setSeed |
( |
int | s1, |
|
|
int | s2 ) |
|
static |
◆ cdran
| static const double cdran = 7654321.0 /16777216.0 |
|
staticprotected |
◆ cmran
| static const double cmran = 16777213.0/16777216.0 |
|
staticprotected |
◆ cran
| static double cran = 362436.0 /16777216.0 |
|
staticprotected |
◆ i97
◆ init
◆ iseed
| static int iseed = { 1802, 9373 } |
|
staticprotected |
◆ j97
◆ uran
| static double uran = { 0.0 } |
|
staticprotected |
The documentation for this class was generated from the following files: