File random.c


Preprocessor definitions

#define m

#define q

#define a

#define r


Local Variables

seed
static unsigned long seed
Used in:
  • random()
  • srandom()

  • Global Function random()

    unsigned long random ( void )
    Called by:
  • dice() : utils.c
  • number() : utils.c
  • References Variables:
  • seed : random.c

  • Global Function srandom()

    void srandom ( unsigned long initial_seed )
    Called by:
  • init_game() : comm.c
  • References Variables:
  • seed : random.c