Amulets & Armor  v1.02
Open Source Game
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros | Functions
RANDOM

Random Number Generator. More...

Macros

#define RANDOM_TABLE_SIZE   4096
 

Functions

T_void RandomReset (T_void)
 
T_word16 RandomValue (T_void)
 

Detailed Description

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.

See Also
http://www.amuletsandarmor.com/AALicense.txt

Macro Definition Documentation

#define RANDOM_TABLE_SIZE   4096

Function Documentation

T_void RandomReset ( T_void  )
T_word16 RandomValue ( T_void  )