#include <Random.h>
Definition at line 99 of file Random.h.
ID_INLINE idRandom2::idRandom2 |
( |
unsigned long |
seed = 0 | ) |
|
ID_INLINE float idRandom2::CRandomFloat |
( |
void |
| ) |
|
ID_INLINE unsigned long idRandom2::GetSeed |
( |
void |
| ) |
const |
ID_INLINE float idRandom2::RandomFloat |
( |
void |
| ) |
|
ID_INLINE int idRandom2::RandomInt |
( |
void |
| ) |
|
ID_INLINE int idRandom2::RandomInt |
( |
int |
max | ) |
|
ID_INLINE void idRandom2::SetSeed |
( |
unsigned long |
seed | ) |
|
const unsigned long idRandom2::IEEE_MASK = 0x007fffff |
|
staticprivate |
const unsigned long idRandom2::IEEE_ONE = 0x3f800000 |
|
staticprivate |
unsigned long idRandom2::seed |
|
private |
The documentation for this class was generated from the following file: