RNG & Game Fairness: How Online Casino Games Stay Random
Last reviewed: June 2026
The honest answer to “is it rigged?”: Reputable online casino games run on a random number generator (RNG) that independent labs test against the game’s published odds — so a certified game isn’t rigged in the sense of being secretly altered to cheat you. But “not rigged” and “you’ll win” are different things. A perfectly fair game still has the house edge built into its stated odds, which is why it can take your money reliably over time.
This page explains what an RNG is, how it’s independently verified, and the crucial line between rigged and just negative-EV. For the cryptographic, per-bet version of fairness used by crypto/sweeps sites, see What “Provably Fair” Really Means.
What is an RNG?
An RNG — random number generator — is the software that decides every outcome in a digital casino game: which slot symbols land, which card comes next, where the roulette ball drops. Each result is produced by generating a number that maps to a game outcome.
Almost all are technically pseudo-random number generators (PRNGs): they start from a hidden starting value (a “seed”) and run it through a deterministic algorithm that produces a stream of numbers with no detectable pattern. “Pseudo” sounds like a catch, but a well-designed, well-seeded PRNG is statistically indistinguishable from true randomness for gameplay purposes — and modern systems reseed frequently from unpredictable sources. The goal is simple: each result should be independent and unpredictable, exactly like a physical wheel or deck.
That independence matters for a reason we cover in betting myths: because spins are independent, a result is never “due.”
How is online casino RNG tested?
You don’t have to take the operator’s word for it. Independent testing laboratories audit RNGs, and their seals typically appear in a casino’s footer. The best-known include:
- eCOGRA — UK-based testing lab (since 2003) for online gambling software.
- GLI (Gaming Laboratories International) — one of the largest gaming labs, 30+ years across land-based and online.
- iTech Labs — founded 2004, now part of the GLI family.
- Others include BMM Testlabs, TST, TriSigma, SIQ, and QUINEL.
What they actually do:
- Source-code review — confirm the RNG uses well-established, properly implemented algorithms.
- Massive statistical analysis — generate millions of outcomes and test that numbers are uniformly distributed with no exploitable patterns. Deviations would flag a biased or flawed RNG.
- RTP / probability checks — compare the real-world incidence of outcomes against their theoretical probabilities and the game’s published return-to-player (RTP). See RTP explained.
- Ongoing audits — re-test periodically to confirm nothing has been altered since certification.
If the RNG passes, the game earns a certification confirming the results are random and consistent with the stated odds.
What certification does — and doesn’t — guarantee
Here’s the line honest sites draw clearly:
- Certification guarantees the game matches its stated odds. The randomness is real and the published RTP/house edge is what you’re actually getting.
- Certification does NOT guarantee you’ll win. “Fair” means the game behaves as advertised — and the advertised game has a house edge built in. A certified 96%-RTP slot is designed to return about $96 per $100 wagered over a very long run, i.e., to keep ~4%. That’s not a malfunction; it’s the product working as intended.
So a fair game and a profitable game are not the same thing. The house edge lives inside the stated odds, not in some hidden tampering. You can watch how that edge grinds a bankroll down — even with perfectly fair play — using the model at /learn/house-edge/.
RTP and volatility: what the RNG is actually delivering
Certification confirms the RNG matches the game’s stated odds — and for slots, those odds are usually summarized as RTP (return to player). A 96% RTP means the game is designed to return about $96 for every $100 wagered over the long run, keeping ~4% as the house edge. RTP is the long-run average, not a promise for any session. We cover it in depth at RTP explained.
A separate property is volatility (or variance) — how a game’s wins are distributed:
- Low volatility: smaller wins, more often. Smoother, slower bankroll swings.
- High volatility: bigger wins, far less often. Long dry spells punctuated by occasional large hits.
Crucially, volatility is independent of RTP. Two slots can both have 96% RTP while feeling completely different — one dribbling out small wins, the other paying rarely but big. This matters for understanding randomness: a long losing run on a high-volatility game isn’t evidence the RNG is broken or “cold.” It’s the expected payout shape doing exactly what it’s certified to do. See variance for how wide those swings can get even when the long-run math is fixed.
Roulette case study: RNG vs. live
Roulette illustrates the key points clearly, because the math is simple and both delivery modes are common.
A certified software roulette game (RNG) generates each spin using a PRNG seeded from unpredictable entropy. On a European wheel, all 37 pockets are equally likely — exactly 1/37 per spin. Labs verify this distribution against millions of generated outcomes.
A live dealer roulette game streams a real croupier spinning a real wheel. The randomness source is physics (ball physics and wheel mechanics) rather than software, and the wheel is periodically inspected. The house edge is determined by the payout rules, not the randomness mechanism.
| Feature | RNG roulette | Live dealer roulette |
|---|---|---|
| Randomness source | PRNG + entropy seed | Physical ball and wheel |
| House edge (European) | 2.70% | 2.70% |
| Independent testing | eCOGRA, GLI, BMM, etc. | Wheel inspections; cameras audited |
| Speed | Fast — seconds per spin | Slower — real dealer pace |
| Provably fair option | Available at some crypto sites | Not applicable |
The house edge is identical in both cases because it is built into the payout rules, not the randomness mechanism. Whether a spin result comes from a PRNG or a physics simulation, the casino pays 35:1 on a 1-in-37 event — keeping the same 2.70%. For a fuller comparison of pace, bet limits, and atmosphere, see Live vs. Online Roulette.
”Rigged” vs. “just negative-EV”
People often call a game “rigged” after a losing session. Usually it isn’t rigged — it’s negative-EV (negative expected value), which means the fair, certified math expects you to lose over time. The distinction:
| Rigged | Negative-EV (normal) | |
|---|---|---|
| What it means | Outcomes secretly altered to cheat you, beyond the stated odds | Game pays exactly per its stated odds, which include a house edge |
| Is it legal/normal? | No — fraud | Yes — every casino game is negative-EV |
| Does certification catch it? | Yes — that’s the point | It’s not a defect to catch; it’s by design |
| Your long-run result | — | A loss, on average |
A certified game can still reliably take your money. That’s not a contradiction — it’s the house edge doing exactly what it’s built to do. The same logic applies whether you’re spinning a slot or playing a hand at the blackjack table.
Frequently asked
Are online casino games rigged? At reputable, certified operators, no — independent labs verify the RNG matches the published odds. But the published odds already favor the house, so a fair game still expects you to lose over time.
How can I tell a casino’s games are tested? Look for a certification seal (eCOGRA, GLI, iTech Labs, etc.) in the footer, and confirm it links to a real certificate. For crypto/sweeps sites, also look for provably fair verification.
If it’s random, why do I keep losing? Because randomness includes the house edge. Each result is independent and unpredictable, but the odds are tilted so the expected outcome is a loss. Randomness doesn’t mean even money.
Sources & further reading
- eCOGRA — RNG Certification — testing-lab process for RNG verification (accessed 2026-06-22)
- iTech Labs — testing lab; routine audits vs. theoretical probabilities (accessed 2026-06-22)
- Next.io — How RNG & Fairness Work in Online Casinos — fair-vs-rigged framing (accessed 2026-06-22)
Educational explanation only. No real-money gambling happens on LearnTheOdds.
Responsible gambling: Play for entertainment, not income — the math favors the house over time. Set limits, never chase losses, and if it stops being fun, take a break. 21+. Need help? Call 1-800-MY-RESET (1800myreset.org).