index
:
OneRoll
cpp
feat-group-merge-variable
gh-pages
main
OneRoll: An efficient dice expression parsing tool, based on Rust and PEG grammar | 高效的骰子表达式解析工具, 基于 Rust 与 PEG 文法
HydroRoll-Team
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
die.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'die.h')
-rw-r--r--
die.h
2
1 files changed, 2 insertions, 0 deletions
diff --git a/die.h b/die.h
index e29f10d..6f3af8c 100644
--- a/
die.h
+++ b/
die.h
@@ -138,6 +138,8 @@ private:
quint64 m_faces;
qint64 m_base;
QString m_color;
+
+ std::mt19937 m_rng;
};