add $rand command
This commit is contained in:
+2
-1
@@ -23,7 +23,8 @@ Lobby::Lobby(uint32_t id)
|
||||
episode(1),
|
||||
difficulty(0),
|
||||
mode(0),
|
||||
rare_seed(random_object<uint32_t>()),
|
||||
random_seed(random_object<uint32_t>()),
|
||||
random(new mt19937(this->random_seed)),
|
||||
event(0),
|
||||
block(0),
|
||||
type(0),
|
||||
|
||||
Reference in New Issue
Block a user