dice tool working with >2 peers
Some checks failed
ContinuousDelivery / linux-ubuntu (push) Failing after 3m18s
ContinuousIntegration / linux (push) Successful in 2m42s
ContinuousIntegration / android (push) Failing after 5m25s
ContinuousDelivery / windows (push) Has been cancelled
ContinuousIntegration / macos (push) Has been cancelled
ContinuousIntegration / windows (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled
Some checks failed
ContinuousDelivery / linux-ubuntu (push) Failing after 3m18s
ContinuousIntegration / linux (push) Successful in 2m42s
ContinuousIntegration / android (push) Failing after 5m25s
ContinuousDelivery / windows (push) Has been cancelled
ContinuousIntegration / macos (push) Has been cancelled
ContinuousIntegration / windows (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled
This commit is contained in:
@@ -12,9 +12,11 @@ class DiceTool : public P2PRNGEventI {
|
||||
struct Rolls {
|
||||
std::vector<uint8_t> id;
|
||||
|
||||
uint16_t sides {};
|
||||
|
||||
P2PRNG::State state {P2PRNG::State::UNKNOWN};
|
||||
uint16_t state_number_1{};
|
||||
uint16_t state_number_2{};
|
||||
uint16_t state_number_1 {};
|
||||
uint16_t state_number_2 {};
|
||||
|
||||
uint16_t final_result{};
|
||||
};
|
||||
|
Reference in New Issue
Block a user