How Keno Drawings Work
Ball hoppers, certified RNGs, and lottery broadcasts, and the one property they all share.
The three ways numbers get drawn
Air-mix ball machines
The classic keno lounge look. Eighty numbered balls tumble in a chamber while blown air pushes twenty of them, one at a time, into catching tubes traditionally called goose necks. A few lounges keep the ritual alive because watching balls is part of the show. Physical mixing, run honestly, is a fine randomizer.
Certified RNG software
The modern standard for casinos and video keno. A random number generator is audited by an independent test lab, certified to regulators, and produces each draw as an unpredictable, uniform selection. Machines resolve a draw in seconds, which changes the pace of the game far more than the fairness of it.
Lottery broadcast drawings
State lottery keno runs central RNG drawings on a fixed clock, commonly every four or five minutes, and broadcasts results to monitors in bars, restaurants, and shops statewide. One drawing settles every ticket in the state for that round, so the same twenty numbers pay everyone at once.
Independence, the property that settles every myth
Each draw starts from the full 80 numbers and selects fresh. Nothing carries over, no ball gets tired, and no number builds up pressure by sitting out. This single fact is why hot and cold numbers describe the past without predicting the future, why patterns change how a ticket looks but not what it earns, and why a quick pick is exactly as good as a hand-picked set. If a claim about keno contradicts independence, the claim is wrong, however confident it sounds.
What certification covers, and what it cannot
Testing laboratories hammer certified generators with statistical batteries, billions of outputs checked for uniformity, correlation, and predictability, and regulators keep the certificates on file. What certification cannot do is make any player's results smooth. Fair randomness is streaky by nature, and a certified game will still hand out five-hit nights and fifty-draw droughts, exactly as often as the math on our odds tables says it should.
How this site draws
Our simulator draws with the browser's cryptographic random source feeding an unbiased Fisher-Yates shuffle, which gives every 20-number combination an identical chance, the same statistical behavior a certified game must exhibit. Every run can also be seeded for exact replay, so results are verifiable rather than taken on faith. The methodology page documents the algorithm, and the same engine is callable through our free keno API if you want to check it from your own code.
Frequently asked questions
How are keno numbers drawn?
Modern keno draws almost always come from a certified random number generator, software audited by testing labs to produce statistically uniform, unpredictable output. Some traditional lounges still run air-mix ball machines, and state lottery keno runs centralized RNG drawings broadcast to monitors every few minutes.
Are keno drawings rigged?
Licensed venues and lotteries run draws through certified equipment audited by independent testing laboratories, with regulators reviewing the results. The math already guarantees the house a profit through the paytable, so there is no economic reason to tamper with the draw itself.
Do previous keno draws affect the next one?
No. Every draw selects 20 of 80 numbers fresh, with no memory of earlier results. A number that has appeared five times in a row and a number absent all night have exactly the same chance in the next draw.
What does a certified RNG actually mean?
It means an independent laboratory has tested the generator's output at scale for uniformity, unpredictability, and freedom from patterns, and a gaming regulator accepts that certification. The certification is about statistical behavior, not about any particular sequence being due.
Is the simulator on this site drawn the same way?
Our simulator uses the browser's cryptographic random source with an unbiased shuffle, the same statistical behavior as a fair keno draw, and our methodology page documents the exact algorithm with open tests. Seeded replay mode exists so any run can be reproduced and verified.