From 82f92b6ced8f0d5da681b7c5c767a92693ac709e Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 8 Sep 2026 10:45:53 -0400 Subject: [PATCH] Z: a free prediction -- the two Chance sites should cost 14 words on a 7-player Zuul save --- findings/control-flow/tail-rng-ledger.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/findings/control-flow/tail-rng-ledger.md b/findings/control-flow/tail-rng-ledger.md index 73d7984..09087c7 100644 --- a/findings/control-flow/tail-rng-ledger.md +++ b/findings/control-flow/tail-rng-ledger.md @@ -575,3 +575,10 @@ one object; the site instrument had to be told. its cost — which is how it will announce itself. * Three turns of one save. The two `Chance` sites fired 8/8 every turn with no variation, so nothing here says what makes them fire *fewer* times, and `FUN_00893290`'s own gating is unmeasured. + +**A free prediction, for whoever runs this next.** If the 8 calls per site are one per entry of the server's +player vector, then on any **Zuul** save — where that vector holds **7**, not 8 (§8) — the two sites should +cost **14** words per turn instead of 16, and the turn total should drop by 2 for the same activity. The +Zuul runs in §9 were made with the earlier build and carry no site table, so this is untested; it is the +cheapest available check on what `FUN_00893290` iterates, and it does not require identifying the function +first.