Skip to content
iGaming Times

Independent industry intelligence in your inbox. Unsubscribe any time - every newsletter carries a one-click link.

Lesson 7 of 7 · 17 min

Certification, RTP Configuration and Reading a Spec

How a model is independently verified, what a simulated RTP’s confidence interval actually means, and the nine numbers to demand from a supplier before taking a game.

In this lesson

  • Describe what a testing house verifies beyond recomputing the RTP
  • Compute the standard error of a simulated RTP and identify when simulation alone is inadequate
  • State accurately what RTP configuration is, why it is legitimate, and what it cannot do
  • Read a game specification commercially and build a catalogue on volatility, speed and split

How a maths model is verified

A maths model is a claim, and certification is the process of independently checking it before it reaches players.

An accredited testing house receives the par sheet, the game binaries and the supporting documentation, and does several distinct things.

Recomputes the RTP. For enumerable portions, independently. For simulated portions, by running its own simulation and checking the result falls within the expected confidence interval of the declared figure.

Verifies the implementation matches the model. This is separate from checking the maths. A correct par sheet implemented incorrectly produces a game that does not behave as certified, and implementation defects are a more common finding than maths errors.

Checks the paytable against the help screens. The rules shown to the player must match the rules the game applies. Mismatches here are a consumer protection issue rather than a mathematical one.

Tests the random number generator. Statistical randomness, unpredictability, non-repeatability, and correct seeding and scaling. A common defect class is not the RNG itself but the mapping from RNG output to reel position, where modulo bias or incorrect range handling can skew the distribution even though the underlying generator is sound.

Checks the maximum win and truncation behaviour.

Confirms the configuration set. Where a game ships with several certified RTP settings, each one is certified, and the mechanism by which an operator selects one is checked.

Simulation confidence, and the question to ask

Where RTP is established by simulation, the declared figure has a confidence interval, and a rigorous maths sheet states it.

The principle follows directly from the volatility lesson: the standard error of a simulated mean falls with the square root of the number of runs. A game with a standard deviation of 15 per unit staked, simulated over 100 million spins, has a standard error of 15 divided by the square root of 100,000,000, which is 15/10,000 = 0.0015, or 0.15 percentage points of RTP.

That is acceptable precision. Now consider a game with an extremely rare, extremely large top outcome. If that outcome contributes 2 percentage points of RTP and occurs once in 50 million spins, a 100 million spin simulation will have hit it roughly twice. The estimate of its contribution from two observations is close to worthless, and the overall RTP estimate inherits that uncertainty.

The correct treatment is to enumerate the rare high-value outcomes analytically and simulate only the remainder. The question to ask of any simulated model is therefore: which parts were simulated, over how many runs, and what is the stated confidence interval? A model that cannot answer has not been finished, whatever the certificate says.

RTP configuration and what legitimately changes it

Many titles ship with multiple certified RTP settings, commonly a band such as 96%, 94% and 92%, and the operator selects one at integration.

Three things are true about this and are worth separating carefully.

It is legitimate. Each configuration is certified, and the practice exists because tax rates, competitive conditions and regulatory requirements differ by market.

It must be disclosed. Several regulators require the configured figure to be visible in the game information panel, precisely because the same game name can carry different returns at different sites. An operator running a lower configuration without disclosing it is the problem case.

It is per integration, not per player. The configuration is set for the operator's deployment. There is no mechanism for it to vary by player, session or balance, and this is what certification verifies.

A related question that arises commercially: can an operator change the configuration later? Usually yes, subject to the supplier's process and to disclosure, and in some markets subject to notification. What it cannot do is change it dynamically in response to play, and any system offering that would not be certifiable.

Reading a spec sheet like an operator

The commercial skill this course builds is looking at a game specification and knowing what you are being offered. The checklist:

RTP, and the configuration offered. Which bands are available, what does the supplier default to, and what does the competition run?

The base/feature split. Feature-led or base-led, which predicts most of the player response.

Volatility, as a standard deviation if you can get it. Star ratings are not comparable across suppliers.

Hit frequency, both headline and above stake. A wide gap between them means most hits are net losses.

Feature trigger frequency and average feature value. Together these describe the rhythm of the game.

Maximum win and its probability. Tells you whether the headline number is real or decorative.

Bonus buy price and buy RTP, where offered, and whether the buy RTP differs from base.

Jackpot contribution, where applicable, and the base RTP net of it.

Simulation confidence, for anything with cascades, uncapped multipliers or a very long tail.

Nine numbers. Most suppliers will provide all of them to an operator that asks, and most operators never ask.

Building a portfolio with the maths

A game catalogue is a portfolio, and the mathematics gives you the axes to manage it on.

Volatility mix. Players self-select strongly by volatility preference, and a catalogue weighted entirely to high-variance titles will lose the audience that wants a long session on a modest bankroll, and vice versa. Segment the catalogue and check the distribution rather than assuming it.

RTP positioning. Running a lower configuration raises theoretical margin per unit staked and reduces session length, which reduces total staked. The net effect is not obvious and is empirically testable. An operator that lowered RTP across a catalogue and saw revenue fall has learned something real about its audience.

Speed and revenue per position. Since expected revenue is amount staked multiplied by edge, and amount staked is driven by speed and session length, a slow high-edge game can be worth less per position per hour than a fast low-edge one. Land-based floors have optimised this for decades; online catalogues frequently have not, because position is not scarce in the same way, but attention is.

Feature-led versus base-led balance. A catalogue of feature-led titles produces long dry spells for players who do not reach features, which shortens sessions for exactly the low-spending segment that provides volume.

Jackpot participation. Progressive titles draw participation as pools grow, at the cost of a worse base-game experience and noisier reported performance.

Convergence discipline. The volatility arithmetic says short-run performance data on a high-variance title is mostly noise. Set the observation period from the maths, not from the reporting calendar, and aggregate before judging.

The habits worth keeping

Four, and they generalise beyond slots.

Never compare games on RTP alone. Expected loss per hour is the comparable figure, and it needs edge, stake and speed.

Always ask what the variance is before reading a result. A number without its dispersion is not evidence.

Ask which parts of a model were simulated. The answer separates a rigorous supplier from a confident one.

Remember that the maths describes the long run and the player lives in the short one. That gap is not a flaw in the mathematics. It is the reason disclosure covers volatility as well as return, and it is the single most useful thing a maths-literate person can explain to a colleague who is about to say something misleading in public.

Key terms

Standard error
The standard deviation of a simulated estimate, equal to the per-round standard deviation divided by the square root of the number of runs.
Modulo bias
A skew introduced when RNG output is mapped to a reel position range incorrectly. The generator is sound and the game is not, which is why mapping is tested separately.
RTP configuration
A certified alternative return setting selected by the operator at integration. Legitimate, disclosable, and per deployment rather than per player.
Revenue per position
Amount staked multiplied by edge over time on a given position. A fast low-edge game can out-earn a slow high-edge one.
Convergence discipline
Setting the observation period for a title from its variance rather than from the reporting calendar, and aggregating before judging.

Key takeaways

  • Implementation defects are a more common certification finding than maths errors, and modulo bias in the mapping from RNG output to reel position is a classic one.
  • Standard error of a simulated mean falls with the square root of the runs: standard deviation 15 over 100 million spins gives 0.15 points of RTP.
  • A rare enormous outcome hit twice in a simulation cannot be estimated from those two observations; the fix is to enumerate rare high-value outcomes and simulate the rest.
  • Ask nine numbers of any title: RTP and configurations, base/feature split, standard deviation, both hit frequencies, trigger frequency and feature value, max win and its probability, buy price and buy RTP, jackpot contribution, and simulation confidence.
  • Never compare games on RTP alone; always ask for the variance before reading a result.

Check your understanding

3 questions · answer them all, then check.

  1. 1. A game with standard deviation 15 per unit staked is simulated over 100 million spins. What is the approximate standard error of the RTP estimate?

  2. 2. A simulated model hit its rare top outcome twice in 100 million spins. What should be done?

  3. 3. Which statement about RTP configuration is accurate?

Sign in to track your progress through the course.

Cookie Preferences

Choose which cookies you want to accept. Essential cookies are required for the website to function properly.

Required

Necessary for the website to function. Cannot be disabled.

Help us understand how visitors interact with our website.

Used to deliver relevant advertisements and track ad performance.

Remember your preferences and settings for a better experience.

Certification, RTP Configuration and Reading a Spec - Learning hub | iGaming Times