work in progress

This commit is contained in:
2024-07-13 18:22:15 -04:00
parent 8da12f5360
commit 39d3447593
8 changed files with 105 additions and 3 deletions

View File

@ -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;