rng.cpp File Reference

#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 Documentation

#define LOWER_MASK   0x7fffffffUL

Definition at line 33 of file rng.cpp.

Referenced by RNG::RandomUInt().

#define M   397
#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().

Generated on Sat Aug 28 20:00:12 2010 for pbrt by  doxygen 1.6.3