Week 01 of 12
Deconstructing PRNG and PAR Sheets
9 min read
Every modern slot resolves an outcome before the reels move. The spin animation is theatre; the number was already drawn. Understanding that ordering is the first thing that separates a record-keeping professional from a hopeful player.
What the machine is actually doing
A pseudo-random number generator cycles continuously, thousands of values per second, whether or not anyone is sitting at the machine. When you press spin, the current value is taken and mapped onto a stop position for each reel.
Because the value is taken at the instant of the press, nothing about timing, rhythm, bet sizing or how long the machine has gone cold changes the distribution of the next outcome.
Virtual reels and true stops
The strip you see is not the strip the machine uses. A physical reel might show 22 symbols while the virtual reel behind it holds hundreds of stops, with the top symbol weighted onto very few of them.
This is why a jackpot symbol appears just above or below the payline so often. It is not a near miss in any meaningful sense — it is a weighted stop doing exactly what it was designed to do.
The PAR sheet
A PAR (Probability and Accounting Report) sheet is the manufacturer's internal document: reel strip layouts, symbol weights, hit frequency, and theoretical return for each configuration of the game.
PAR sheets are not published, but regulator filings, gaming lab summaries and state revenue reports expose enough of the structure to bracket a game's return band. Week 3 covers how to read those public sources.
What this means for your log
If outcomes are independent draws, then a session is a sample, not a story. The only honest unit of record is the session: money in, money out, time on the machine, and any single win large enough to be reportable.
That is precisely the unit this app seals. You are not tracking luck. You are building a defensible sample of your own play.
This week on the floor
- · Log one full session end to end, with the buy-in and cash-out entered from the machine, not from memory.
- · Note the game name and denomination exactly as printed on the glass.
- · Resist any adjustment to bet size based on how the last ten spins felt.
The next spin does not know what the last spin did. Your ledger should not pretend otherwise.
Start free