summaryrefslogtreecommitdiffstats
path: root/src/FastRandom.h
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-10-15 14:44:07 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2014-10-15 14:44:07 +0200
commitff5f57514e172e3344d6d50fce6bd8ea84e7f32b (patch)
treec3988d3d4b12ee37770ed026425bfa7b07f84dba /src/FastRandom.h
parentEnchanted books generate in MineShafts chests (diff)
downloadcuberite-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 'src/FastRandom.h')
-rw-r--r--src/FastRandom.h2
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);