Freeciv-3.2
Loading...
Searching...
No Matches
Typedefs | Functions
randseed.h File Reference

Go to the source code of this file.

Typedefs

typedef unsigned int randseed
 

Functions

randseed generate_game_seed (void)
 

Typedef Documentation

◆ randseed

Definition at line 23 of file randseed.h.

Function Documentation

◆ generate_game_seed()

randseed generate_game_seed ( void  )

Return a random 32-bit value to use as game seed, by whatever means the underlying system provides.

Definition at line 192 of file randseed.c.

Referenced by init_game_seed().