Blender V2.61 - r43446
|
#include <limits.h>
Go to the source code of this file.
Defines | |
#define | MT_RAND_MAX UINT_MAX |
Functions | |
void | MT_srand (unsigned int) |
unsigned int | MT_rand () |
Definition in file MT_random.h.
#define MT_RAND_MAX UINT_MAX |
Definition at line 38 of file MT_random.h.
Referenced by MT_random().
unsigned int MT_rand | ( | ) |
Definition at line 94 of file MT_random.cpp.
References LOWER_MASK, M, MATRIX_A, mt, MT_srand(), mti, N, TEMPERING_MASK_B, TEMPERING_MASK_C, TEMPERING_SHIFT_L, TEMPERING_SHIFT_S, TEMPERING_SHIFT_T, TEMPERING_SHIFT_U, and UPPER_MASK.
Referenced by MT_random().