work in progress
This commit is contained in:
@ -140,6 +140,8 @@ feature proc_args(int argc, char **argv,
|
||||
return FEATURE_PANIC_SEED;
|
||||
|
||||
rng = std::make_unique<RNG>(tmp);
|
||||
} else {
|
||||
rng = std::make_unique<RNG>();
|
||||
}
|
||||
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user