Go to the source code of this file.
Classes | |
| class | CRandomMersenne |
| class | CRandomMother |
Defines | |
| #define | MERS_N 624 |
| #define | MERS_M 397 |
| #define | MERS_R 31 |
| #define | MERS_U 11 |
| #define | MERS_S 7 |
| #define | MERS_T 15 |
| #define | MERS_L 18 |
| #define | MERS_A 0x9908B0DF |
| #define | MERS_B 0x9D2C5680 |
| #define | MERS_C 0xEFC60000 |
Typedefs | |
| typedef int | int32 |
| typedef unsigned int | uint32 |
Functions | |
| void | EndOfProgram (void) |
| void | FatalError (char *ErrorText) |
| #define MERS_A 0x9908B0DF |
| #define MERS_B 0x9D2C5680 |
| #define MERS_C 0xEFC60000 |
| #define MERS_L 18 |
| #define MERS_M 397 |
| #define MERS_N 624 |
Definition at line 150 of file randomc.h.
Referenced by CRandomMersenne::BRandom(), CRandomMersenne::Init0(), and CRandomMersenne::RandomInitByArray().
| #define MERS_R 31 |
| #define MERS_S 7 |
| #define MERS_T 15 |
| #define MERS_U 11 |
| void EndOfProgram | ( | void | ) |
| void FatalError | ( | char * | ErrorText | ) |
1.5.4