1
0
mirror of https://github.com/danog/Telegram.git synced 2025-01-05 20:48:36 +01:00
Telegram/thirdparty/RMIntro/core/rngs.h
2015-10-01 19:19:52 +03:00

8 lines
84 B
C

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