«Certified RNG or provably fair» is usually framed as a contest with a winner. It isn't one. They are two distinct models of trust that answer different questions. The first says: an independent laboratory examined this game. The second says: here are the inputs, check the round yourself.
How a certified RNG works
The random number generator inside a third-party game is an algorithm that an external testing lab evaluates. The lab looks at the distribution of outcomes, hunts for predictable patterns, and compares the realised return with the advertised RTP across millions of simulated rounds.
The output is a report stating that the game behaves the way its rules describe. From that point on you are not trusting the casino — you are trusting the lab's methodology and the regulator that relies on it. The model works; most of the slot market rests on it.
Where that model stops
An audit covers the game as a whole, never your individual spin. There is no way for a player to confirm that a specific round was produced by the exact build that passed testing. All you see is the result on the screen.
There is a second limitation. A certificate applies to the version submitted for testing, and time passes between the audit and your session. Verifying that nothing changed is outside a player's reach. That is not an accusation, just a description of the arrangement: trust is delegated to a third party.
How provably fair works
Provably fair targets exactly that gap by moving verification to the player's side. Three values drive it:
- Server seed — a secret string generated by the server. Before you play you receive its cryptographic hash rather than the seed itself, so the value cannot be swapped later while keeping the same hash.
- Client seed — a string you control. Because your input feeds the calculation, the server cannot pre-select a convenient combination.
- Nonce — a round counter that separates one outcome from the next while the seed pair stays fixed.
The result is derived from those three values deterministically. After the round the server reveals the server seed: you compare it with the hash you received in advance and repeat the calculation by hand. That is the mechanism behind Tonza Originals — Coin Flip, Mines, Roulette, Plinko and Blackjack — and the step-by-step check is documented on the provably fair page.
What verification proves — and what it doesn't
It proves one thing: the outcome was fixed before your bet and was not altered afterwards. As protection against per-round manipulation, that holds.
What provably fair does not touch is the maths. The house edge still lives in the rules: the stated RTP in Tonza Originals is 98% for Coin Flip and Mines, 97% for Plinko, 97.3% for roulette and 99.5% for blackjack, and verifiability moves none of those numbers. A perfectly verifiable round can still be a losing one, and a run of losses is ordinary behaviour for a random variable. Verifiable and profitable are separate properties.
Why neither model replaces the other
Provably fair fits simple, fast-resolving mechanics: a coin toss, a minefield, a plinko drop. The outcome is a single number or a single layout that follows cleanly from the seeds.
Slots with bonus rounds, cascades and progressive features are structurally more complex, and their code belongs to studios that do not expose internal seeds. That is why a slots library relies on certification while provably fair stays with a platform's in-house titles. Both approaches sit side by side in the Tonza catalogue.
Practical checklist
- Record the server seed hash before a session — without it, later verification is pointless.
- Set your own client seed instead of leaving the default in place.
- After a round, compare the revealed seed with the hash you stored and recompute the result, rather than trusting that the mechanism exists.
- For third-party games, read the stated RTP in the info panel — it is the one public parameter available to you.
Certification and provably fair are not rivals. One covers what a player physically cannot inspect, the other covers what a player can confirm in a couple of minutes. Knowing which applies to the game in front of you is the useful part.






