aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
Diffstat (limited to 'die.h')
-rw-r--r--die.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/die.h b/die.h
index 52ba7a2..aaec506 100644
--- a/die.h
+++ b/die.h
@@ -161,7 +161,7 @@ private:
Die::ArithmeticOperator m_op;
- std::mt19937 m_rng;
+ static std::mt19937 s_rng;
};
#endif // DIE_H