We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ca5fd commit 01407baCopy full SHA for 01407ba
Core/Random.h
@@ -7,6 +7,7 @@ namespace Monocle
7
public:
8
Random();
9
static void Seed(unsigned int seed);
10
+ //! not inclusive
11
static int Int(int start, int end);
12
static float Float(float start, float end);
13
static float Percent();
0 commit comments