Skip to content

Commit 01407ba

Browse files
committed
comment
1 parent 30ca5fd commit 01407ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core/Random.h

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ namespace Monocle
77
public:
88
Random();
99
static void Seed(unsigned int seed);
10+
//! not inclusive
1011
static int Int(int start, int end);
1112
static float Float(float start, float end);
1213
static float Percent();

0 commit comments

Comments
 (0)