Chips & Truths No spin. Just the math.
Home/The Game Library/Video Poker/Video Poker Machine Testing and Certification

Video Poker Machine Testing and Certification

Explains the testing and certification layer behind regulated video poker machines, including RNG, software, paytables, meters, and approvals.

Video Poker Machine Testing and Certification
Point Value
House Edge Varies by game
Difficulty Medium
Skill Ceiling Medium

A regulated video poker machine is not approved simply because the cabinet powers on and the cards look random. Before a device or game configuration reaches a casino floor, the software, random-number process, paytable logic, accounting meters, error handling, security controls, and approved configuration normally pass through a formal testing and approval path defined by the relevant jurisdiction.

That process answers a narrower question than many players assume: does the device operate according to the approved game specification? It does not promise that the paytable is favorable, that the return is high, or that a player will receive a particular result in a short session.

A 9/6 Jacks or Better game and a shorter-pay version can both be legitimate products if each approved configuration displays the correct awards and operates as submitted. Player value comes from the paytable and strategy. Certification is about integrity, reproducibility, control, and compliance.

What is actually being certified

A video poker approval package can involve several layers at once:

  • the game program or executable software;
  • the random-number generator and the way random values are mapped to cards;
  • the virtual deck model and draw rules;
  • the displayed paytable and denomination options;
  • credit, ticket, hand-pay, and jackpot behavior;
  • electronic accounting meters;
  • communication with casino management systems;
  • door, logic-area, and access controls;
  • event logs, error states, and recovery behavior;
  • configuration options that the casino is allowed to select.

The approved object is therefore more than an attractive game screen. It is a controlled technical system whose money handling and game outcome logic must remain consistent with the authorized version.

Randomness, mapping, and the video poker draw

Video poker depends on random card selection, but “the RNG was tested” is not the whole story. A test program also needs to consider how random values become game outcomes.

Suppose the machine represents a standard 52-card deck. The system needs a method for producing the initial five cards without duplication and then producing replacement cards from the remaining deck when the player draws. If a player holds three cards and replaces two, the draw cannot simply behave like two unrelated selections from a fresh 52-card pack if the approved rules specify a single deck with removed cards.

Testing therefore examines the chain from random-number generation to card mapping, not just whether a stream of numbers looks irregular. It also checks that the game does not create impossible states, duplicate cards where the rules forbid them, or different behavior after a reboot or error recovery.

The important player-facing distinction is this: certification is intended to verify the approved selection process. It is not evidence that the machine is secretly “tightened” or “loosened” for one identified player. For the mathematical side of the draw, see video poker RNG and game integrity and video poker odds.

Paytables are part of the approved configuration

The paytable determines the return potential of a video poker game. If two machines both say Jacks or Better but one pays 9 for a full house and 6 for a flush while another pays less, they are not economically equivalent even if the deal-and-draw mechanism is the same.

A testing program needs to confirm that every listed winning hand is recognized and paid correctly. That means checking ordinary wins, maximum-coin awards where relevant, royal-flush treatment, progressive awards where used, and any bonus features connected to the game.

A useful control test is simple in concept:

Displayed award for a hand
= Programmed award for that hand
= Metered credit outcome for that hand

If the machine displays a 25-credit full-house award at the selected wager, the software should award 25 credits and the accounting path should record the transaction consistently. A certification lab is not deciding whether 25 credits is a generous number. It is verifying that the approved number is applied correctly.

For value comparison, use video poker paytables, video poker house edge, and the RTP comparison tool.

Accounting meters have to agree with the game

A gaming device is also an accounting device. Casinos, regulators, and auditors need reliable records of money or credits entering the game, wagers made, awards paid, tickets issued, hand pays, and other events defined by the system.

That is why meter behavior matters as much as the visible card result. If a $1 denomination game accepts a five-credit wager, the device should increment the appropriate wager or coin-in meter by the equivalent of $5. If the player receives a $20 award, the relevant credit and payout accounting should reconcile with the visible result.

The broad relationship is:

Actual gaming result over a period
= Recorded wagering activity - Recorded awards

Exact meter names and regulatory definitions vary, so casino staff should use the approved accounting definitions for their jurisdiction and system. The operational point is stable: a game that pays correctly on screen but records money incorrectly is not functioning acceptably.

Certification does not freeze every casino choice

Casinos often have approved configuration choices. A game package may permit several denominations, paytables, themes, or progressive settings. The existence of options does not mean floor staff can alter them casually.

A controlled change normally requires some combination of:

  1. confirming that the intended setting is an approved option;
  2. using authorized access credentials or keys;
  3. documenting the change under internal controls;
  4. verifying the displayed configuration afterward;
  5. checking meters, communications, and jackpot settings where applicable;
  6. obtaining regulatory approval or notification if the jurisdiction requires it.

This is the difference between configuration and modification. Selecting an approved paytable from an authorized menu is not the same as changing executable code or inventing a new award schedule.

Software identity matters after installation

Gaming programs are commonly identified through signatures, checksums, hashes, version numbers, or other verification methods. The purpose is to establish that the software running on the machine is the version that was tested and approved.

If an approved program is replaced by a different build, even a visually identical one, the casino needs to know that the software identity has changed. That is why logic compartments, access logs, seals, controlled downloads, and change records matter.

Gaming Laboratories International’s published GLI standards library shows the range of technical controls commonly addressed in gaming-device testing. Individual jurisdictions decide which standards, regulations, and approval processes apply to their casinos.

Nevada provides a clear example of jurisdiction-specific control through the Nevada Gaming Control Board’s gaming-device and technical standards materials. A casino operating elsewhere must follow its own regulator’s requirements rather than assuming Nevada procedure is universal.

Progressive and linked games add another control layer

A progressive video poker game has more moving parts than a stand-alone fixed-paytable game. Testing and installation may need to cover:

  • the contribution rate to the progressive pool;
  • reset values and increment behavior;
  • display communication;
  • jackpot trigger logic;
  • linked-machine communication;
  • event logging and jackpot lockups;
  • behavior if the link or controller fails.

The jackpot amount a player sees must correspond to the approved system state. A communication problem cannot be treated as a cosmetic issue if it affects the value shown to players or the accounting of the award.

This is also why progressive return is not a single permanent RTP number. The value of the top award changes with the meter. The certification issue is whether the approved progressive mechanism functions correctly; the player-value issue is whether the current jackpot makes the game attractive at that moment.

What casino staff should verify on the floor

Certification does not remove the need for operating controls after the game is installed. Slot and technical teams still need a disciplined acceptance process.

A practical floor check includes:

  • cabinet and asset identity match the paperwork;
  • game title and approved version are correct;
  • denomination and paytable match the authorized setup;
  • maximum bet and award display correctly;
  • player-interface buttons respond as intended;
  • ticket-in/ticket-out behavior is correct;
  • player-tracking communication works without affecting game outcomes;
  • door events and fault conditions are recorded;
  • jackpot and hand-pay thresholds behave as configured;
  • required seals, locks, and access controls are intact.

After a conversion or software update, these checks are more important, not less. A technically approved package can still be installed incorrectly.

What certification can and cannot tell a player

Certification can supportCertification does not establish
The game runs approved softwareThat the paytable is player-friendly
Card selection follows the approved modelThat a short session will look statistically balanced
Winning hands are paid according to the approved tableThat the player will use optimal strategy
Accounting and event controls meet applicable requirementsThat every certified game has the same RTP
Approved configuration changes are controlledThat a casino cannot choose among weaker and stronger approved paytables

The clean way to evaluate a machine is therefore two-stage. First ask whether the game is operating as an approved, controlled device. Then ask whether the specific paytable and denomination offer acceptable value.

For the second question, certification labels are not enough. Read the actual paytable, identify the exact variant, and compare its return under correct strategy. The video poker analyzer guide explains how strategy and paytable interact, while how video poker machines work connects the visible game to the underlying device logic.

Certification protects the integrity of the approved game. It does not turn a weak paytable into a good bet.

Curated internal reading

Continue exploring

Play smart. Gambling involves real financial risk. If the game stops being entertainment, it's time to stop playing.