diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2014-10-15 14:44:07 +0200 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2014-10-15 14:44:07 +0200 |
commit | ff5f57514e172e3344d6d50fce6bd8ea84e7f32b (patch) | |
tree | c3988d3d4b12ee37770ed026425bfa7b07f84dba /src/FastRandom.h | |
parent | Enchanted books generate in MineShafts chests (diff) | |
download | cuberite-ff5f57514e172e3344d6d50fce6bd8ea84e7f32b.tar cuberite-ff5f57514e172e3344d6d50fce6bd8ea84e7f32b.tar.gz cuberite-ff5f57514e172e3344d6d50fce6bd8ea84e7f32b.tar.bz2 cuberite-ff5f57514e172e3344d6d50fce6bd8ea84e7f32b.tar.lz cuberite-ff5f57514e172e3344d6d50fce6bd8ea84e7f32b.tar.xz cuberite-ff5f57514e172e3344d6d50fce6bd8ea84e7f32b.tar.zst cuberite-ff5f57514e172e3344d6d50fce6bd8ea84e7f32b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/FastRandom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FastRandom.h b/src/FastRandom.h index 5a8ac097a..cebebad96 100644 --- a/src/FastRandom.h +++ b/src/FastRandom.h @@ -30,7 +30,7 @@ salts, the values they get will be different. class cFastRandom { public: - cFastRandom(int a_Seed = -1); + 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); |