File random.c


Preprocessor definitions

#define m

#define q

#define a

#define r


Local Variables

seed
static unsigned long seed
Used in: circle_random()
  circle_srandom()

Global Function circle_random()

unsigned long circle_random ( void )
Prototyped in: random.c
Called by: dice()utils.c
  number()utils.c
References Variables: seedrandom.c

Global Function circle_srandom()

void circle_srandom ( unsigned long initial_seed )
Prototyped in: random.c
Called by: init_game()comm.c
References Variables: seedrandom.c