mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-01 17:07:53 +00:00
34f599f3d4
This was SVN commit r2340.
4 lines
102 B
C
4 lines
102 B
C
void SeedRand(unsigned long seed);
|
|
int RandInt(int maxVal);
|
|
float RandFloat(); // in range [0,1)
|