forked from mirrors/0ad
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)
|