|
Amulets & Armor
v1.02
Open Source Game
|
Random Number Generator. More...
Macros | |
| #define | RANDOM_TABLE_SIZE 4096 |
Functions | |
| T_void | RandomReset (T_void) |
| T_word16 | RandomValue (T_void) |
Random Number Generator.
Because the synchronized network needs everyone to progress through random numbers the same way, a table is used that is cycled through.
| #define RANDOM_TABLE_SIZE 4096 |
1.8.4