diff options
Diffstat (limited to 'common/random.cpp')
-rw-r--r-- | common/random.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/random.cpp b/common/random.cpp index 55fa3cbd30..fd75534c44 100644 --- a/common/random.cpp +++ b/common/random.cpp @@ -59,4 +59,4 @@ uint RandomSource::getRandomNumberRng(uint min, uint max) { return getRandomNumber(max - min) + min; } -} // End of namespace Common +} // End of namespace Common |