{{ t.subtitle }}
{{ t.hintDatetime }}
{{ t.hintSeed }}
⚠ {{ t.seedFormatHint }}
✓ {{ parsedCreateSeed.count }} × d{{ parsedCreateSeed.sides }} · {{ t.seedLabel }}: "{{ parsedCreateSeed.label }}"
{{ t.hintSeed }}
⚠ {{ t.seedFormatHint }}
✓ {{ parsedVerifySeed.count }} × d{{ parsedVerifySeed.sides }} · {{ t.seedLabel }}: "{{ parsedVerifySeed.label }}"
{{ t.hintExpectedHash }}
{{ t.ex3Intro }}
{{ t.ex3TableNote }}
| {{ t.thDie }} | Hex | {{ t.thDec }} | {{ t.thAction }} | {{ t.thResult }} |
|---|---|---|---|---|
| 1 | a3 | 163 | 163 < 252 ✓ → 163 % 6 + 1 | 6 |
| 2 | f8 | 248 | 248 < 252 ✓ → 248 % 6 + 1 | 5 |
| 3 | fd | 253 | 253 ≥ 252 — {{ t.skip }} | — |
| 3 | c1 | 193 | 193 < 252 ✓ → 193 % 6 + 1 | 2 |
| 4 | d2 | 210 | 210 < 252 ✓ → 210 % 6 + 1 | 1 |
| 5 | 09 | 9 | 9 < 252 ✓ → 9 % 6 + 1 | 4 |
| 6 | 7b | 123 | 123 < 252 ✓ → 123 % 6 + 1 | 4 |