Course contents
Is Online Keno Rigged? RNG Testing and Provably Fair Keno
Licensed online keno isn't rigged — the draw comes from a tested RNG, and the profit is taken openly through the pay table. Here's how certification and provably fair verification actually work.
Is online keno rigged?
At a licensed casino, rigging a keno draw would be pointless, because the pay table already guarantees the house its margin, legally and in plain sight. Wizard of Odds' surveys found live lounge keno keeping 20 to 50 cents of every wagered dollar with perfectly random draws — the returns vary wildly purely because the pay tables vary, not because anything is manipulated. Online operators like Stake advertise a 99% return (a 1% house edge) for their in-house keno; that's an unaudited claim, but it still concedes the site profits automatically on every honest round. A game that profits from fair play has nothing to gain by faking one, and a license to lose if it's caught.
How is the draw actually checked?
Online keno replaces the ball hopper with a random number generator that picks 20 of 80 numbers the instant you click, with no memory between draws. In licensed markets, independent labs test that software before it ever goes live: Gaming Laboratories International's GLI-19 standard is the one most regulators reference, and certifiers like eCOGRA test the generator's source code, statistical output, and seed generation, with periodic re-audits — accepted across 36+ jurisdictions. This is the same testing regime that certifies the video keno machines covered in video keno vs live vs online.
The limitation: one certificate covers a whole system. It can't tell you anything about the specific draw you just lost.
What does provably fair add?
Provably fair keno lets you verify an individual draw yourself, using cryptography rather than a lab's word. The operator publishes a SHA-256 hash of a secret server seed before you bet — a commitment it can't quietly change — you supply a client seed, and a nonce counts your bets. Each draw combines all three through HMAC-SHA256. When you rotate seeds, the operator reveals the raw server seed; you re-hash it to confirm it matches the original fingerprint, then recompute any past draw from the public inputs. Lab certification answers "is this generator fair overall?" Provably fair answers "was my specific draw fixed?" — complementary questions, not competing ones.
The verification loop in practice: copy the hashed server seed before betting, set your own client seed, play a round and record the drawn numbers and nonce, then rotate the seed pair so the operator reveals the old server seed. Re-hash it to confirm it matches the original commitment, recompute the draw with an independent HMAC-SHA256 verifier, and compare — the recomputed numbers must exactly match what you recorded.
Regulators back this up structurally: the UK Gambling Commission requires operators to disclose the house edge and RTP before you commit to a bet, and New Jersey's gaming rules write RNG-determined outcomes directly into law.
What has real rigging actually looked like?
Every documented keno-adjacent rigging case has been an insider job against a predictable system, not a licensed operator quietly tuning live draws. A Nevada Gaming Control Board programmer once used confidential source code to predict a keno PRNG's output, netting a $100,000 win before being caught and sentenced. That threat model — insider access to a predictable generator — is exactly what certification and seed-commitment schemes were built to close. The real risk today sits with unlicensed sites, where no lab has tested the RNG and no regulator can act if a draw or payout goes wrong.
What doesn't fairness fix?
A verified draw is an honest one, not a good deal. A provably fair keno game with a 1% edge still has a 1% edge, and every check will cheerfully confirm it; fairness answers whether the numbers were random, not what playing costs. Each number you pick still has a 1-in-4 chance of being drawn, and a solid 10-spot is still roughly a 1-in-8,911,711 event no matter how many hashes match. Verification proves the odds were applied correctly — it can't move them, so budget for the pay table the same way you would anywhere else, a habit covered in keno house edge.
Sources
- Wizard of Odds — Keno — retrieved July 2026
- Gaming Laboratories International — GLI Standards, GLI-19 v3.0 — retrieved July 2026
- eCOGRA — RNG Certification — retrieved July 2026
- Chainlink — Provably Fair Randomness: A Technical Guide — retrieved July 2026
- UK Gambling Commission — RTS 3: Rules, game descriptions and the likelihood of winning — retrieved July 2026
- Cornell LII — N.J.A.C. § 13:69O-1.5, Server-based gaming system — retrieved July 2026
- Las Vegas Sun — Slot cheater receives seven-year prison term — retrieved July 2026
Finished this lesson?
Mark it complete to track your progress.