16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 17:29:18 +02:00

Fix random trivia generator

This commit is contained in:
2025-09-17 18:24:37 +02:00
parent a8a18c72da
commit 1f29aff90f
3 changed files with 17 additions and 2 deletions

View File

@@ -60,7 +60,8 @@ inline long Round(double const f)
}
double Random(double a, double b);
double LocalRandom( double a, double b );
int RandomInt(int min, int max);
double LocalRandom(double a, double b);
inline double Random()
{