This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | _RNGS_ |
| #define | nextInt(x) nextInteger( (x),__FILE__, __LINE__ ) |
Functions | |
| double | Random (void) |
| int | nextInteger (int range, const char *file, int line) |
| void | PlantSeeds (long x) |
| void | GetSeed (long *x) |
| void | PutSeed (long x) |
| void | SelectStream (int index) |
| void | TestRandom (void) |
|
|
|
|
|
Definition at line 13 of file random.h. Referenced by SFCaveGame::addBlock(), GatesGame::addGate(), chooseRandomFile(), GatesGame::init(), Terrain::initTerrain(), Terrain::setPoint(), FlyTerrain::setPoint(), and GatesGame::update(). |
|
|
Definition at line 129 of file random.cpp. References seed. |
|
||||||||||||||||
|
Definition at line 103 of file random.cpp. |
|
|
Definition at line 71 of file random.cpp. References A256, initialized, MODULUS, PutSeed(), s, seed, SelectStream(), and STREAMS. |
|
|
Definition at line 101 of file random.cpp. |
|
|
Definition at line 51 of file random.cpp. References MODULUS, MULTIPLIER, seed, and t. |
|
|
Definition at line 140 of file random.cpp. References DEFAULT, initialized, PlantSeeds(), and STREAMS. |
|
|
Definition at line 153 of file random.cpp. References A256, CHECK, GetSeed(), i, PlantSeeds(), printf, PutSeed(), Random(), SelectStream(), u, and Opie::MM::x. |
1.4.2