Short streaks happen
Five heads in a row is unusual, not impossible. A small batch does not have to split 50/50.
Decision coin
A fast heads-or-tails coin flipper for tabletop calls, tiny disputes, quick choices, and remote decisions. Call it first, flip once, read the receipt.
Flip setup
Use one flip for a decision, or flip a small batch when you need a quick fairness check.
For important decisions, agree on the call before pressing the button.
Call heads or tails, then flip.
Method, evidence and limits
Each face comes from one bit of a browser-generated 32-bit integer. The tool uses crypto.getRandomValues when available and a time-mixed Math.random fallback otherwise. The animation receives the result; physics never decides heads or tails.
Five heads in a row is unusual, not impossible. A small batch does not have to split 50/50.
The visible log keeps the latest 20 entries. Export CSV saves that current log; Reset and page reload start over.
Use this for casual choices. It is not a certified draw, gambling system or substitute for an agreed official procedure.
Read the random source, test record, privacy boundary and edge cases. Maintained by Steve T.; report a problem.