2019-06-16 00:51:10 +01:00

8 lines
84 B
C

int irand(int from, int to);
float frand(float from, float to);
int signrand();