|
|
Include dependency graph for Random.cpp:Go to the source code of this file.
Macros | |
| #define | evenize(x) ((x) & (MM - 2)) |
| #define | is_odd(x) ((x) & 1) |
| #define | KK 100 |
| #define | LL 37 |
| #define | MM MiscLib_RN_RAND_MOD |
| #define | mod_diff(x, y) ((x) - (y) & (MM - 1)) |
| #define | TT 70 |
| #define evenize | ( | x | ) | ((x) & (MM - 2)) |
Definition at line 21 of file Random.cpp.
| #define is_odd | ( | x | ) | ((x) & 1) |
Definition at line 20 of file Random.cpp.
| #define KK 100 |
Definition at line 14 of file Random.cpp.
| #define LL 37 |
Definition at line 15 of file Random.cpp.
| #define MM MiscLib_RN_RAND_MOD |
Definition at line 16 of file Random.cpp.
| #define mod_diff | ( | x, | |
| y | |||
| ) | ((x) - (y) & (MM - 1)) |
Definition at line 19 of file Random.cpp.
| #define TT 70 |
Definition at line 17 of file Random.cpp.