Flip once
Leave Single Flip selected and tap the coin. Use it for a quick, low-stakes two-way choice.
Tap the coin or press Flip Coin. Space and Enter also work outside form fields.
The series stops as soon as one choice has a majority.
Keyboard: Space or Enter flips when focus is outside a form control. Escape clears the session.
Leave Single Flip selected and tap the coin. Use it for a quick, low-stakes two-way choice.
Choose Multiple Flips, select 100, and run it once. You will get exactly 100 results, counts, percentages, and a downloadable sequence.
Choose Best-of Series and an odd maximum. “Best of 3 to choose who starts” ends as soon as one side wins twice.
Open custom choices and try “Heads = cook, Tails = takeaway,” or use the one-tap Yes / No preset.
In class, run 10, 100, then 1,000 flips. Compare each Heads percentage with the theoretical 50% and copy the results for analysis.
Do not delegate safety, consent, health, money, legal rights, security, or other high-stakes decisions to chance.
A specified four-flip result such as HHHH has probability 1/16 in one four-flip block. That is different from waiting time: the expected wait for four Heads in a row is 30 flips (and for a run of four matching outcomes on either side, 15 flips).
Primary method: When the browser provides window.crypto.getRandomValues, each result uses one random byte. Even byte values 0–254 map to the first side and odd values 1–255 map to the second: 128 possible byte values for each outcome.
Fallback: If Web Crypto is unavailable, the tool uses Math.random() and says so beside the tool. That fallback is pseudorandom, implementation-dependent, and unsuitable for security, gambling, or high-stakes use.
Privacy: Choices and results remain in this tab’s memory. This tool does not send them to a server or save them to persistent browser storage.
Evidence: See the W3C Web Cryptography specification. Digital sampling avoids physical tossing mechanics; a large peer-reviewed study found a small same-side tendency in human-flipped coins: Fair Coins Tend to Land on the Same Side They Started.
The tool maps a random byte to two equal groups, giving Heads and Tails the same 1/2 probability. It uses Web Crypto when available and otherwise identifies that it is using the less suitable Math.random() fallback.
Yes. Choose Multiple Flips and select 100 or 1,000. The exact number of flips is generated immediately, with counts, percentages, and a complete sequence.
Streaks occur naturally in random sequences. A specified run of four Heads has probability 1 in 16, so a streak alone is not evidence that later flips were influenced.
No. Each generated bit is a new independent draw; the previous result does not make either side “due.”
Yes. Open Custom choices and use the Yes / No preset, or enter any two short labels.
It is designed for phones, tablets, and desktop browsers. After the page is already loaded or cached, the flipping logic needs no server connection, but the site is not guaranteed to load for the first time while offline.
No flip labels or results are sent to a server or written to persistent browser storage by this tool. They remain in page memory for the current tab and disappear when the page reloads or closes.
No. Use it for casual choices, games, and learning—not for gambling, security, medical, legal, financial, or other high-stakes decisions.