mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-22 18:55:08 +00:00
e41ddc4e77
This was SVN commit r2313.
4 lines
105 B
C
4 lines
105 B
C
void SeedRand(unsigned long seed);
|
|
int RandInt(int maxVal);
|
|
float RandFloat(); // in range [0,1)
|