Provably Fair 🎲

← back to the guy

Every guy has a secret burst target: the meal number (from 1 to 100) that makes him explode. To prove we never move that target mid-round:

  1. When a round starts, the server picks a random target (1 to 100) and a random seed.
  2. It immediately publishes fingerprint = SHA-256(seed:target). You can see it on the main page while the round is live.
  3. The moment he pops, the seed and target are revealed in the Hall of Glory data.
  4. Anyone can recompute SHA-256(seed:target) (e.g. in the browser console or any online SHA-256 tool, input format seed:target) and confirm it matches the fingerprint published before the round began.

Because the fingerprint is public from the very first meal, changing the target afterwards would change the fingerprint, and everyone would see it.