Coin Flipper - Online Random Coin Toss Simulator
Flip a virtual coin with true atmospheric-noise randomness from RANDOM.ORG, run thousands of repeated experiments at once, and watch the distribution and the law of large numbers take shape.
Tap the big coin for a quick flip, run a batch of flips with detailed statistics, or launch the distribution lab to repeat whole experiments hundreds of times and chart the results.
Fetches 128 bits of atmospheric-noise entropy from RANDOM.ORG and uses it to seed a fast local generator that drives every flip. Falls back to the local CSPRNG if RANDOM.ORG cannot be reached.
A balanced coin where heads and tails each have exactly 50% probability.
Up to 4 counts, each 1–10,000 — e.g. 10, 100, 1000.
How many times each experiment is repeated (1–2,000).
About the Coin Flipper
Coin Flipper Examples
Four scenarios illustrating single flips, probability experiments, large samples, and biased coin testing.
| Configuration | Expected Pattern | Use Case |
|---|---|---|
| 1 flip, fair coin | Heads or tails | A quick decision — the big coin at the top does this with one tap. |
| 100 flips, fair coin | Heads% usually 40–60% | Small samples wander far from 50% more often than intuition suggests. |
| 500 flips, biased 70% | Heads% close to 70%, long heads streaks | Bias shows up clearly at this sample size, and streaks grow with p. |
| Lab: 10, 100, 1000 × 200 trials | Three curves, narrowing around p | The distribution of the heads proportion tightens as flips per trial grow — the law of large numbers. |
How to Use the Coin Flipper
- For a quick decision, just tap the big coin — it flips with a session tally underneath.
- For a batch, pick the randomness source (RANDOM.ORG true random is the default), choose a fair or biased coin, enter the number of flips, and press Flip Coins.
- Read the statistics: counts, heads percentage, longest streaks, and the deviation from p compared with the theoretical standard deviation.
- Open the distribution lab, enter several flip counts such as 10, 100, 1000 and a number of trials, and press Run experiments to draw the distribution curves and the convergence chart.
- Use the seed shown under any result to reproduce it: paste it (or any text) into the replay-seed field and run again.