summaryrefslogtreecommitdiff
path: root/src/common/mt_rand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mt_rand.cpp')
-rw-r--r--src/common/mt_rand.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mt_rand.cpp b/src/common/mt_rand.cpp
index 89872ad..676eca1 100644
--- a/src/common/mt_rand.cpp
+++ b/src/common/mt_rand.cpp
@@ -70,6 +70,7 @@ void mt_seed (uint32_t seed)
for (int j = N; *s++ = x, --j; x *= 69069U);
}
+static
void mt_reload (void)
{
// if mt_seed has never been called