diff options
| author | 2016-11-03 17:38:22 +0100 | |
|---|---|---|
| committer | 2016-11-03 17:38:22 +0100 | |
| commit | a2732c6091e2220bf49de5b0b9b63777d6ab4d0f (patch) | |
| tree | 17b9828a298849cb8c385804a661de1bc240097c /die.h | |
| parent | 3469ef7a412d82c2ea8c341ea58aa9b3d8aba22e (diff) | |
| parent | 852259b33141281693efa8ccfec4d62affdaab82 (diff) | |
| download | OneRoll-a2732c6091e2220bf49de5b0b9b63777d6ab4d0f.tar.gz OneRoll-a2732c6091e2220bf49de5b0b9b63777d6ab4d0f.zip | |
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -138,6 +138,8 @@ private: quint64 m_faces; qint64 m_base; QString m_color; + + std::mt19937 m_rng; }; |