1
0
mirror of https://github.com/danog/Telegram.git synced 2025-01-22 05:52:06 +01:00

8 lines
84 B
C
Raw Normal View History

2014-07-10 18:11:09 +04:00
int irand(int from, int to);
2015-10-01 19:19:52 +03:00
2014-07-10 18:11:09 +04:00
float frand(float from, float to);
2015-10-01 19:19:52 +03:00
int signrand();
2014-07-10 18:11:09 +04:00