Why Humans Are Terrible at Being Random

4 min read

In the 1930s, a mathematician named Émile Borel proposed a thought experiment that has been misquoted and misunderstood ever since: given enough time, a monkey pressing keys at random on a typewriter would eventually produce the complete works of Shakespeare. The point was about the nature of infinity, not about monkeys, but the image stuck because it gestures at something we find deeply uncomfortable — the idea that randomness can produce structure, and that structure doesn't require intent.

Humans struggle with randomness because our brains are pattern-recognition machines. This isn't a flaw. It's the feature that kept our ancestors alive. The rustle in the tall grass might be wind, but the person who assumed it was a predator and acted accordingly survived to pass on their genes. We are the descendants of millions of years of creatures that erred on the side of seeing patterns, even when none existed. The technical term for this is apophenia, and it runs deep enough that no amount of statistical training fully overrides it.

You can see this play out in a simple experiment. Ask a person to write down a sequence of one hundred coin flips — heads or tails, as random as they can manage — and then compare it to an actual sequence of one hundred coin flips generated by a fair coin. The human sequence almost always gives itself away. People avoid long runs. A real coin will regularly produce five, six, even seven heads in a row, but a person trying to be random will switch after two or three because a long streak "doesn't feel random." They're distributing their choices too evenly, which is itself a pattern.

This has practical consequences that go beyond party tricks. In basketball, the "hot hand" debate raged for decades because fans and players were convinced that a player who made several shots in a row was more likely to make the next one. Early statistical analyses suggested the hot hand was an illusion — that the sequences were consistent with random variation — though more recent work with better methodology has found a small but real effect in some contexts. The point isn't that the hot hand is definitely real or definitely fake. It's that humans are so primed to see streaks as meaningful that they routinely overestimate the effect, perceiving a blazing hot streak where the numbers show a modest bump.

The gambler's fallacy works in the opposite direction. After a roulette wheel lands on red five times in a row, bettors pile onto black, convinced that the universe owes them a correction. It doesn't. The wheel has no memory. Each spin is independent. But the feeling that a correction is "due" is so powerful that casinos don't even try to hide the history of recent results — they display it on screens above the table, because they know the patterns people see in it will encourage more bets, not fewer.

What does any of this have to do with picking a name from a list or spinning a digital wheel? Quite a lot, actually. When a teacher scans a class roster and picks a student "at random," they're not being random. They're unconsciously avoiding the student they called on yesterday, gravitating toward names in the middle of the list, skipping the kid who looked anxious, or defaulting to someone they know will give a good answer. None of this is malicious — it's just what brains do. A random number generator doesn't have these biases. It doesn't remember yesterday. It doesn't read facial expressions. It just picks.

The same applies to any situation where humans try to be fair arbiters of chance. Drawing names from a hat is better than pointing at someone, but it's still influenced by how the slips are folded, how the hand reaches in, and whether the drawer unconsciously feels for a specific size or texture of paper. Digital randomization removes all of these variables.

There's a useful humility in accepting that we're bad at this. Randomness isn't something we can perform — it's something we need tools for. The sooner we outsource it, the fairer and more honest our selections become.

Related Posts