mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 14:23:56 -07:00
3 lines
102 B
C
3 lines
102 B
C
void SeedRand(unsigned long seed);
|
|
int RandInt(int maxVal);
|
|
float RandFloat(); // in range [0,1)
|