2026-08-10
Is Rock Paper Scissors Random? The Short Answer
No, Rock Paper Scissors is not truly random once humans are playing it. The rules make random play mathematically optimal — throw each shape with equal 1/3 probability and, against another random player, you win, lose, and tie exactly 33.3% of the time each. But people are bad at faking randomness: documented biases in first throws, in reacting to wins and losses, and in avoiding repeats make real opponents predictable enough to beat more than half the time.
Why 'Truly Random' Would Be Perfect Play — the Nash Equilibrium
If you threw rock, paper, and scissors with exactly equal 1/3 probability every time, independent of anything that happened before, no opponent — human or algorithm — could do better than break even against you over the long run. That's the game's Nash equilibrium: uniform randomness is the one strategy nothing can exploit.
So in theory, yes, Rock Paper Scissors is a game where randomness is the mathematically correct answer.
But People Can't Actually Randomize
In practice, players deviate from that 1/3-1/3-1/3 ideal in measurable ways:
• First-throw bias — studies (Walker & Walker, 1997; Wang Zhijian, 2014) find rock is over-thrown on the first move, especially by men (roughly 35-40% vs. 28-33% for paper or scissors)
• Win-Stay, Lose-Shift — people repeat a shape after winning and switch after losing far more often than chance predicts
• Repeat-avoidance — told to "go random," people throw the same shape three times in a row less than 5% of the time, versus the 11% true randomness would predict
Every one of these is a small, exploitable signal — and in a real match they add up.
So Can an Opponent (or a Bot) Actually Predict You?
Yes, to a meaningful degree. In casual play, Gababo's own AI bot — which simply tracks a player's recent throw history — lands a 55-60% win rate against typical players, well above the 33.3% it would get against a genuinely random one. That gap is the size of the predictability humans leak through their patterns.
Is Online Rock Paper Scissors Fair?
The fairness of online Rock Paper Scissors comes down to when the result is revealed. On Gababo, neither player sees the opponent's choice until both have submitted their throws; only then is the result computed with the standard rules (rock beats scissors, scissors beats paper, paper beats rock) and revealed to both sides at once. There is no random number generator deciding outcomes — the result is determined entirely by the two submitted throws, so there is nothing to rig.
If anything, online play is closer to true randomness than face-to-face play: the facial tells and hand-priming cues that skew in-person matches don't exist online. The only exploitable variable left is the statistical patterns covered in this article.
How to Actually Play Random
If you want to neutralize the bias instead of feeding it, tie your throw to something outside your own head:
• Clock seconds — 0/3/6/9 = rock, 1/4/7 = scissors, 2/5/8 = paper
• A random word that pops into your head — its letter count, mod 3
• Any external source you commit to before the round starts
Do this consistently and your throws approach the theoretical 1/3-1/3-1/3 split — the one distribution nothing can beat better than 50/50.
Bottom Line
Rock Paper Scissors is only random if you make it random on purpose. Left to instinct, human throws carry measurable biases — first-move rock, Win-Stay/Lose-Shift, repeat-avoidance — that make real opponents predictable. The fix is external randomness, not intuition.
Learn More
• Full odds and probability breakdown: /blog/rps-odds-probability
• How to win at Rock Paper Scissors — 5 statistical patterns: /strategy
• Rock Paper Scissors psychology: /psychology
Play a round right now → /