Game Setup
Dice proof
Every roll in this game comes from one number fixed before the first roll, not from a fresh random each turn. The fingerprint below was published before anybody rolled. Reveal the number at the end and you can recompute every roll yourself and check it against the log.
- Fingerprint (published at the start)
-- Rolls so far
0- Starting number
hidden until you reveal it
How to check it yourself
Roll n (counting from zero) is 1 + floor(6 × mulberry32(fnv1a(seed))(n+1)) — a fresh mulberry32 stream seeded with the FNV-1a hash of the revealed number, advanced n+1 times. The fingerprint is the SHA-256 of the number. Both are ordinary published algorithms, so a recomputation does not have to trust this page.