Game logic
Each flip independently chooses between two outcomes with equal intended probability. The page tracks totals, the current run and the best run in the current session.
How long until randomness starts looking suspicious?
Independent coin flips naturally create runs. Seeing several heads in a row does not make tails “due” on the next flip.
Each flip is generated locally in your browser. This is a probability toy, not gambling advice.
Flip a browser-generated virtual coin and watch how ordinary randomness naturally creates runs of repeated heads or tails.
Each flip independently chooses between two outcomes with equal intended probability. The page tracks totals, the current run and the best run in the current session.
A streak does not make the opposite result “due”. If the flips are independent, the next flip keeps the same probability regardless of the previous run.
Ten heads in a row looks surprising, but long sequences eventually appear when enough random trials are observed.
This is a probability demonstration using browser randomness, not a gambling predictor and not a source of physical random numbers.
A fair coin does not try to alternate heads and tails. Long streaks, clusters and ugly-looking sequences are normal consequences of independent random trials — which is exactly why this little game feels suspicious.
For an ideal fair coin, the next flip is still 50/50 regardless of whether the previous five were heads. A streak does not create a debt that the coin must repay.
The chance of one specific sequence can be small while the chance of seeing some surprising sequence somewhere in hundreds of flips is much larger. Opportunity matters.
People often imagine random sequences as neatly mixed. Real random data can look clumpy because independence does not enforce visual balance over short windows.
EgoTools generates independent pseudo-random outcomes in your browser. It is useful for intuition, but it is not a cryptographic randomness test or evidence about physical coins.
| Signal | What it is useful for | Important limitation |
|---|---|---|
| HHHH | Looks suspicious | Perfectly possible in independent flips |
| HTHTHT | Looks “more random” | Also just one specific sequence |
| 7 heads in a row | Rare at one exact position | Less shocking when many positions are available |
| Next flip after a streak | Still 50/50 in ideal model | Past flips do not force reversal |
A run of heads does not make tails “due” on the next independent fair flip. That feeling is one of the reasons streak games are so psychologically convincing.