diff options
| author | 2020-04-15 22:48:11 +0200 | |
|---|---|---|
| committer | 2020-04-15 22:48:11 +0200 | |
| commit | a8694975776288e1135935eb99981df3c0cf93d1 (patch) | |
| tree | f113cb90f9f2917ad7fd74aa944f3d4622041d6b /die.h | |
| parent | 5de6438aa1dae2437adc4f6bf288f3c7bc8a8585 (diff) | |
| download | OneRoll-a8694975776288e1135935eb99981df3c0cf93d1.tar.gz OneRoll-a8694975776288e1135935eb99981df3c0cf93d1.zip | |
Improve init of the seed
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -147,6 +147,8 @@ public: QString getUuid() const; void setUuid(const QString& uuid); + static void buildSeed(); + private: QString m_uuid; qint64 m_value= 0; |