02061d74c2
(as received from Jonas Echterhoff)
1 line
158 B
C
1 line
158 B
C
#ifndef __RANDOM
|
|
#define __RANDOM
|
|
|
|
void RandomInit();
|
|
float RandomFl(float min,float max);
|
|
int RandomInt(int min,int max);
|
|
int RandomProb(float prob);
|
|
|
|
#endif |