Blender V2.61 - r43446
Defines | Functions

MT_random.h File Reference

#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 ()

Detailed Description

Definition in file MT_random.h.


Define Documentation

#define MT_RAND_MAX   UINT_MAX

Definition at line 38 of file MT_random.h.

Referenced by MT_random().


Function Documentation

unsigned int MT_rand ( )
void MT_srand ( unsigned  int)

Definition at line 83 of file MT_random.cpp.

References mt, mti, and N.

Referenced by MT_rand().