![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <Random.h>
Public Member Functions | |
| idRandom (int seed=0) | |
| void | SetSeed (int seed) |
| int | GetSeed (void) const |
| int | RandomInt (void) |
| int | RandomInt (int max) |
| float | RandomFloat (void) |
| float | CRandomFloat (void) |
Static Public Attributes | |
| static const int | MAX_RAND = 0x7fff |
Private Attributes | |
| int | seed |
1.8.6.