From ca6ef58b1ee8521e4b940ee4883dee714960e413 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Fri, 5 Feb 2016 23:45:45 +0200 Subject: Bulk clearing of whitespace --- src/FastRandom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/FastRandom.h') 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); -- cgit v1.2.3