1
0
Fork 0

Modified comment

This commit is contained in:
daniel0916 2014-04-07 20:41:47 +02:00
parent 1dfd2b1c5f
commit 427924fbb0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public:
/// Returns a random float in the range [0 .. a_Range]; a_Range must be less than 1M; a_Salt is additional source of randomness
float NextFloat(float a_Range, int a_Salt);
/// Returns a random int in the range [a_Begin .. a_End]
/** Returns a random int in the range [a_Begin .. a_End] */
int GenerateRandomInteger(int a_Begin, int a_End);
protected: