diff options
author | Alexander Harkness <me@bearbin.net> | 2014-10-21 15:21:08 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2014-10-21 15:21:08 +0200 |
commit | d0766fcea800db94941f46b3ef7449d91e50f554 (patch) | |
tree | a8ed19cdf0175aeb6f61b6a9fd1ce7b64cbfd139 /src | |
parent | Alignment. (diff) | |
download | cuberite-d0766fcea800db94941f46b3ef7449d91e50f554.tar cuberite-d0766fcea800db94941f46b3ef7449d91e50f554.tar.gz cuberite-d0766fcea800db94941f46b3ef7449d91e50f554.tar.bz2 cuberite-d0766fcea800db94941f46b3ef7449d91e50f554.tar.lz cuberite-d0766fcea800db94941f46b3ef7449d91e50f554.tar.xz cuberite-d0766fcea800db94941f46b3ef7449d91e50f554.tar.zst cuberite-d0766fcea800db94941f46b3ef7449d91e50f554.zip |
Diffstat (limited to 'src')
-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 37d7f6eef..7eecc698a 100644 --- a/src/FastRandom.h +++ b/src/FastRandom.h @@ -80,4 +80,4 @@ private: std::mt19937 m_MersenneRand; std::uniform_int_distribution<> m_IntDistribution; std::uniform_real_distribution<> m_DoubleDistribution; -};
\ No newline at end of file +}; |