summaryrefslogtreecommitdiffstats
path: root/src/FastRandom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FastRandom.h')
-rw-r--r--src/FastRandom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FastRandom.h b/src/FastRandom.h
index 30395a293..a21da8391 100644
--- a/src/FastRandom.h
+++ b/src/FastRandom.h
@@ -33,10 +33,10 @@ class cFastRandom
public:
cFastRandom(void);
-
+
/** Returns a random int in the range [0 .. a_Range - 1]; a_Range must be less than 1M */
int NextInt(int a_Range);
-
+
/** Returns a random float in the range [0 .. a_Range]; a_Range must be less than 1M */
float NextFloat(float a_Range);