test(compare): trace deterministic monthly seed progression

This commit is contained in:
2026-08-03 18:57:01 +00:00
parent 3b2fd1082f
commit f16a6b6880
23 changed files with 1274 additions and 213 deletions
+4 -2
View File
@@ -64,7 +64,9 @@ class che_견문 extends Command\GeneralCommand{
$sightseeing = new SightseeingMessage();
[$type, $text] = $sightseeing->pickAction();
// The command RNG is derived from the global seed, year/month,
// general id, and action. Avoid PHP's process-global mt_rand here.
[$type, $text] = $sightseeing->pickAction($rng);
$exp = 0;
@@ -122,4 +124,4 @@ class che_견문 extends Command\GeneralCommand{
}
}
}