RNG Explained: How Casino Games Stay Fair
Updated on July 11, 2026 by the editorial team
Every spin at Revolute casino lands on a number that no one picked in advance. That is the job of the Random Number Generator, and this page has RNG explained in plain terms so you can see how casino games stay fair. No maths degree needed.
We will walk through what the software actually does, why the myths about "hot" and "cold" machines fall apart, and how independent labs check that the code behaves. By the end you will know exactly what decides each result.
IM
SU
DE
MU
Start Here: What a Random Number Generator Actually Does
An RNG is a piece of software. It runs constantly in the background, spitting out long strings of numbers thousands of times per second, whether or not anyone is playing.
When you hit spin, the game grabs whatever number the generator produced at that exact millisecond. That number maps to a set of symbols on the reels, a card in the deck, or a pocket on the roulette wheel. The instant of your click is what fixes the outcome. Wait half a second longer and you would have caught a different number, and a different result.
There are two flavours worth knowing. A PRNG (pseudo-random) uses a mathematical formula fed by a starting value called a seed. A TRNG (true random) pulls its randomness from physical noise, like electronic static. Online slots almost always run on a certified PRNG, because a good one produces sequences so long and so scrambled that no player or server could predict the next value. The formula is public knowledge in some cases; the seed and the current position in the sequence are not.
See How the Software Keeps Results Fair and Unpredictable
Fairness comes down to two properties: every possible outcome has its correct probability, and past results tell you nothing about the next one.
Take a slot reel with 30 symbol positions. The RNG output is mapped so that each position has a fixed, weighted chance of appearing. High-paying symbols sit on fewer stops, low-paying ones on more. That weighting never shifts based on how long the game has run or how much you have wagered. The generator does not know your balance, and it does not care.
This is where the phrase "provably independent events" earns its keep. A fresh number is drawn for every single spin. The reels have no memory. Ten losses in a row do not bend the eleventh spin toward a win, because the eleventh draw is calculated from scratch, exactly like the first.
Table games follow the same logic with a different mapping. In digital roulette the generator picks one of 37 pockets, each with an equal shot. In a card game it shuffles a virtual deck by assigning a random value to every card, then dealing in that order. No physical wheel, no croupier, no worn-out deck. Just the number stream, translated into cards and pockets.
The Return to Player figure fits into this too. RTP is the long-run average a game pays back, say 96%, measured across millions of spins. The RNG delivers the individual results; RTP describes where they settle over time. On any single session you might sit far above or far below that number. That gap is variance, and it is the reason short bursts of luck, good or bad, feel so dramatic.
Busting the Myths Players Still Believe
Plenty of casino folklore survives precisely because RNGs are misunderstood. Here are the ones worth throwing out.
"The machine is due for a payout." It is not. A slot that has gone cold for an hour has the same odds on the next spin as it did on the first. Nothing accumulates. The "due" feeling is the gambler's fallacy, our brains inventing a pattern where the software guarantees there is none.
"Playing at 3am pays more." The generator runs identically at every hour. Server load, day of the week, moon phase, your loyalty tier, none of it touches the number stream.
"Bigger bets unlock better odds." Stake size changes how much you win or lose, not the probability of any symbol landing. A 10p spin and a £10 spin draw from the same generator with the same weightings.
"The casino flips a switch when I start winning." A licensed operator cannot touch the certified RNG mid-game. The maths is sealed and audited. Tampering would cost the studio its certification and the casino its licence, a far bigger loss than your session ever represents.
Strip away the stories and one fact remains: each result is a fresh, independent draw.
Check How RNGs Get Tested and Certified
You do not have to take the studio's word for any of this. Independent testing labs pull the game apart before it goes live and re-check it on a schedule after.
The best known names are eCOGRA, iTech Labs and GLI (Gaming Laboratories International). They run the generator through millions of simulated rounds and apply statistical tests, chi-square, frequency distribution, gap analysis, that hunt for any bias or repeating pattern. If the output drifts from true randomness, or if the measured RTP does not match what the studio claims, the game fails and does not ship.
Why so many rounds? Because randomness only reveals itself at scale. A hundred spins can look lopsided by pure chance. Ten million cannot hide a flaw. If a symbol shows up even a fraction more often than the maths allows, the frequency test catches it. If the sequence ever loops or leans on a predictable pattern, the gap analysis flags it. The bar is deliberately unforgiving.
Here is how that verification chain works in practice:
| Step | What happens | Who checks |
|---|---|---|
| 1. Source review | Lab inspects the RNG algorithm and seeding method | Testing lab (GLI, iTech, eCOGRA) |
| 2. Statistical testing | Millions of outcomes run through randomness and distribution tests | Testing lab |
| 3. RTP verification | Measured payout matches the advertised figure | Testing lab |
| 4. Certification issued | Game receives a signed compliance certificate | Testing lab |
| 5. Licence oversight | Operator's licence requires only certified games | Regulator (Curaçao) |
| 6. Periodic re-audit | Live games re-checked to confirm nothing changed | Testing lab / regulator |
Revolute casino runs under a Curaçao licence, and that licence sits at step five: it obliges the operator to offer only games that have already cleared lab certification. So there are two layers watching the same code, the lab that signs the game and the regulator that binds the casino to certified titles.
Want to confirm a specific slot? Look for the testing seal in the game's info panel or the site footer. Many certificates are published, and you can cross-reference the game name and version against the lab's public records.
Quick Answers on Casino Randomness
Can a casino change the RNG to make me lose?
No. Once a game is certified, its RNG and payout maths are locked. Altering them would void the certificate and breach the operator's licensing terms. Licensed casinos serve the game exactly as the studio built and the lab approved it.
Does my bet size change the odds of winning?
It changes the size of the win or loss, not the probability. The generator draws the same numbers with the same symbol weightings whether you stake 10p or £10 per spin.
If a slot hasn't paid in a while, is it due to hit?
No such thing. Every spin is an independent draw with fixed odds. A long dry run does not raise your chance on the next spin, and a recent big win does not lower it.
What's the difference between RNG and RTP?
The RNG decides each individual result. RTP is the long-run average percentage a game pays back across millions of spins. The generator produces the outcomes; RTP just describes where they land over the long haul.
How do I know a game's RNG is genuinely fair?
Check for a certification seal from a lab such as eCOGRA, iTech Labs or GLI, usually shown in the game info or the site footer. That seal means an independent tester verified the randomness and confirmed the advertised RTP before the game went live.
