mirror of https://github.com/skeeto/pixelcity.git
6 lines
165 B
C
6 lines
165 B
C
|
#define COIN_FLIP (RandomVal (2) == 0)
|
||
|
|
||
|
unsigned long RandomVal (int range);
|
||
|
unsigned long RandomVal (void);
|
||
|
void RandomInit (unsigned long seed);
|