#include "stdafx.h"#include "rng.h"Go to the source code of this file.
Defines | |
| #define | M 397 |
| #define | MATRIX_A 0x9908b0dfUL |
| #define | UPPER_MASK 0x80000000UL |
| #define | LOWER_MASK 0x7fffffffUL |
| #define LOWER_MASK 0x7fffffffUL |
Definition at line 33 of file rng.cpp.
Referenced by RNG::RandomUInt().
| #define M 397 |
Definition at line 30 of file rng.cpp.
Referenced by AnimatedTransform::Decompose(), Transform::operator()(), RNG::RandomUInt(), and toZYZ().
| #define MATRIX_A 0x9908b0dfUL |
Definition at line 31 of file rng.cpp.
Referenced by RNG::RandomUInt().
| #define UPPER_MASK 0x80000000UL |
Definition at line 32 of file rng.cpp.
Referenced by RNG::RandomUInt().
1.6.3