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