Rich Logo

Glossary

Relevance Verified: 24-03-2026

Last updated: 31-03-2026

I audit casino software for a living. RNG systems, payout engines, certification pipelines, cryptographic seed generation — the technical layer that sits between the player and the outcome. Most players never see it. I live in it. And what I find, consistently, is that the gap between what casinos claim and what players understand about how games actually work is enormous. Not because players are unsophisticated — because nobody explained it properly. This glossary is my attempt to fix that, specifically for Australian players. Plain definitions, real AU$ examples, and the kind of technical context you only get from someone who's read more audit reports than poker hands.

Before we get into it — you've gotta be 18+ to play, and always gamble within your means. If things ever feel out of control, Responsible Gambling Australia is where to go. And if you're ready to use this knowledge, the homepage is your starting point, or head straight to create an account.

What is an RNG and how does it actually determine game outcomes?

This is the one term I'd make compulsory reading for every Australian player. The Random Number Generator is not a metaphor — it's a real algorithm, running on real hardware, producing real numbers that determine every spin, every card draw, every dice roll at an online casino. Understanding it properly changes how you think about "hot" and "cold" streaks, bonus frequency, and whether a casino is actually fair.

A certified RNG operates on a cryptographic seed — a large, unpredictable starting value — and generates sequences of numbers at a rate of millions per second. When you hit Spin, the system samples the current output at that precise microsecond and maps it to a game outcome. The result is mathematically independent of every previous spin. A pokie that hasn't paid a major win in 500 rounds is not "due" for one — its probability of paying on spin 501 is identical to spin 1. That's not a casino claim. It's how the algorithm works, and it's what eCOGRA, iTech Labs, and GLI verify when they certify a platform.

Term Technical definition What it means for players Certified by Notes
RNG (Random Number Generator) Cryptographic algorithm generating statistically random numbers millions of times per second Every spin outcome is independent — previous results have zero influence on the next eCOGRA, iTech Labs, GLI Certs must be renewed annually — a 2-year-old seal means the audit is out of date
RTP (Return to Player) Theoretical payout percentage calculated over millions of simulated rounds by the game studio 96% RTP → AU$96 returned per AU$100 wagered across the long run — not per session eCOGRA, GLI (payout audits) Short sessions can wildly diverge from RTP due to variance — both above and below
Provably fair Cryptographic verification system letting players independently confirm each outcome was generated fairly before the bet was placed You can mathematically verify the result wasn't altered post-bet Self-verifiable — uses SHA-256 hash comparison Common on crypto casinos; rare but growing at AU-facing operators
Volatility (Variance) Statistical measure of payout distribution — how wide the spread between individual results is around the mean RTP High vol: rare large wins. Low vol: frequent small wins. Same RTP, different bankroll risk Reported by studios; verified by auditors Low vol + high RTP = best combo for bonus clearing on a limited bankroll
House Edge The complement of RTP — the mathematical advantage encoded into game rules in favour of the operator 4% house edge = casino retains AU$4 per AU$100 wagered over time Part of RTP audit Blackjack with basic strategy: ~0.5%. European roulette: 2.7%. Keno: up to 20%+
SSL encryption (256-bit) Transport Layer Security protocol encrypting all data between your device and casino servers Banking details, personal data, and session activity are unreadable in transit Standard TLS cert — check HTTPS padlock in browser Same standard as online banking — not unique to casino sites
Hit frequency The percentage of spins on which any winning combination is produced — distinct from RTP 25% hit freq = 1 in 4 spins pays something — even if that "something" is less than the bet Reported by studios High hit freq can feel "active" while actually draining bankroll faster if wins < bet size
2FA (Two-Factor Authentication) Secondary login verification requiring a time-sensitive code from SMS or authenticator app in addition to password Prevents account takeover even if password is compromised Self-configured in account settings Enable on day one — account takeover is the primary vector for fund loss at AU players
KYC (Know Your Customer) AML-mandated identity verification process — photo ID plus proof of address before withdrawals are released Required before first (sometimes second) withdrawal — passport + utility bill within 90 days Operator-administered, licensing authority mandated Submit on signup — don't wait until AU$200 is sitting in a pending queue
Payout audit Independent review comparing actual aggregated payout data against stated RTPs across the game library Confirms the casino isn't running games at lower RTPs than advertised eCOGRA, GLI — typically quarterly Look for published payout reports on the operator's site — absence is a yellow flag
Author's tip from Frederick Volk, Software Integrity Auditor and RNG Specialist: "One misconception I see constantly — players assume that because a casino displays an eCOGRA or GLI seal, every game on the platform is certified. That's not how it works. The certification covers the platform's RNG infrastructure and aggregate payout reporting. Individual game RTPs are set by the studio, not the operator. A casino can be fully eCOGRA-certified while hosting a third-party pokie running at 92% RTP. Always check the per-game RTP in the paytable before you spin — it's a different number from the platform-level certificate." RNG Certification Pipeline — From Studio to Player RNG certification pipeline — how fairness gets verified From game studio code to certified outcome on your screen 1. Game Studio Hacksaw — builds RNG into game code Independent lab test? YES NO ⚠ Uncertified Avoid — no verified 2. Testing Lab iTech Labs — runs statistical tests on RNG output 3. Certificate Issued Valid 12 months — seal published 4. Casino Integrates Game Platform RNG audit confirms integrity maintained ⟳ Annual renewal required Expired cert = unverified game Always verify the cert date on the operator's published audit page — not just the presence of a seal

How do wagering requirements, bonus mechanics, and game weights interact?

From a software audit perspective, this is where I see the most confusion — and the most operator variability. The headline bonus figure is marketing. The wagering requirement is the mechanism. The game weight is the multiplier that makes the mechanism either fair or punishing. Let me break down all three.

Wagering requirement (WR) — the number of times bonus funds must be cycled through the platform before they convert to withdrawable cash. Two versions exist in the AU market: deposit-only (WR applied to deposit amount only) and D+B (deposit plus bonus, which doubles the effective turnover). A AU$100 deposit with a AU$100 bonus at 35× D+B requires AU$7,000 total wager — the same 35× applied only to the deposit requires AU$3,500. Both are described as "35× wagering."

Game weights — the percentage of each wager that counts toward clearing the WR, varying by game type. This is the hidden variable most players never check until it's too late.

  • Video pokies — 100% contribution in almost all cases. AU$1 wagered = AU$1 cleared.
  • Blackjack / Roulette — typically 10–20%. AU$10 at the blackjack table clears AU$1–2 of WR.
  • Live dealer games — frequently 0–10%. Often excluded entirely from bonus play.
  • Video poker — usually 5–20%. Low contribution despite being a strategy game with good RTP.
  • Bonus buy pokies — commonly excluded or restricted. The feature that clears WR fastest is often the one you're not allowed to use on a bonus balance.
Author's tip from Frederick Volk, Software Integrity Auditor and RNG Specialist: "When I review bonus terms during audits, the single biggest compliance gap I find is max bet rules buried below the wagering section. Most operators cap bets at AU$5–10 per spin while a bonus balance is active. Exceed that threshold and the terms typically allow the operator to void all winnings derived from that session — even if you cleared the WR. The rule exists to prevent statistical exploitation of bonus structures, but players hit it unintentionally. Always locate the max bet clause before you start spinning on a bonus. It's usually three paragraphs below the wagering multiplier." Casino Platform: Security and Trust Layer Stack Casino platform — trust and security layer stack From cryptographic infrastructure to player-facing protections L5 — Responsible Gambling Tools Deposit limits · Self-exclusion · BetStop · Reality checks L4 — Account Security KYC verification · 2FA login · Session timeout · Device mgmt L3 — Licensing & Compliance Curaçao / MGA licence · AML policy · Fund segregation L2 — RNG & Game Integrity iTech Labs certification · Annual audits · Per-game RTP checks L1 — Cryptographic Infrastructure 256-bit SSL/TLS · Cryptographic RNG seed generation · AES Storage PLAYER A reputable AU-facing casino should have all five layers verified and accessible

What are the core game and bet mechanics every Australian punter should know?

These are the building blocks — the terms that show up in game descriptions, paytables, and bonus T&Cs constantly. Most players have a rough idea of what they mean. The specifics matter more than people realise.

Term Definition AU$ example Applies to Notes
Wagering requirement Number of times bonus funds must be played through before withdrawal is permitted AU$100 bonus × 35× (D only) = AU$3,500 turnover All casino bonuses D+B doubles effective requirement — always check which model applies
Bankroll Funds set aside exclusively for gambling — separate from living expenses AU$100 session bankroll, AU$1–2 per spin = 50–100 spins All play types Bet size should be 1–2% of session bankroll for healthy session length
Megaways BTG-licensed mechanic where reel height changes each spin — up to 117,649 ways to win Gates of Olympus, Great Rhino Megaways, Bonanza High-volatility pokies High variance profile — not ideal for clearing wagering on a tight bankroll
Progressive jackpot Prize pool fed by a fraction of every qualifying bet across a network — grows until triggered AU$500,000+ pools on networked titles Linked pokie networks Jackpot contribution lowers effective RTP; often excluded from bonus wagering
Bonus buy In-game purchase bypassing base game to trigger the bonus round directly Costs ~50–100× base bet — AU$50–100 at AU$1/spin stake Select high-vol pokies Almost universally excluded during active bonus wagering — check before using
Scatter symbol Symbol that pays or triggers features regardless of payline position — typically activates free spins 3 scatters = 10 free spins on most titles Video pokies Free spin frequency (how often scatters land) is set by the RNG — not adjustable
Max win cap Upper limit on winnings derived from a bonus balance — typically AU$100–500 on free spin offers Hit AU$800 from free spins but max win is AU$200 — you receive AU$200 Bonus-funded play Find this cap before playing — it's often the clause that matters most on free spin offers
PayID Australia's NPP-based instant bank transfer — deposits and withdrawals via phone number or email Deposit: instant. Withdrawal: typically 1–4 hours at AU-facing operators AU bank account holders No account details shared with operator — more secure than direct bank transfer

What do Australian racing and sports betting terms actually mean?

Look, online casino and racing/sports betting share the same platforms at most AU-facing operators — so the vocabulary crosses over constantly. A few terms worth having locked in, particularly around exotic bets where the maths can get away from you fast.

Trifecta — picking the first three finishers in exact order. A box trifecta lets your selections finish in any order, at a higher total cost. Four runners boxed = 24 combinations at AU$1 each = AU$24 minimum. Quaddie (Quadrella) — selecting the winner across four consecutive nominated races. Banker one leg with a near-certainty to reduce the total number of combinations and cut cost. Each way — two bets in one: half the stake on win, half on place (top 2–3 finishers). AU$10 each way = AU$20 total outlay. Fixed odds — payout locked at bet placement regardless of market movement. Contrast with tote (parimutuel), where dividends shift based on total pool size and are only confirmed after the race. Flexi betting — investing a fractional amount of a full exotic combination, receiving a proportional share of the dividend. AU$12 flexi on a AU$24 box trifecta = 50% of any dividend paid.

One thing I flag consistently when reviewing sports betting platforms: odds formats. Australian operators typically display decimal odds (4.00 = AU$40 return on AU$10 stake). UK-style fractional odds (3/1) and US moneylines (+300) appear on some international platforms. Make sure you know which format you're reading before you confirm a bet — the AU$10 mistake of misreading 1.40 as 14.0 is more common than it should be.

Certified RNG: What It Delivers vs Common Myths Certified RNG — reality vs common myths What the audit actually verifies, and what it doesn't protect against ✓ What RNG certification confirms ✗ What it does NOT mean Each spin is statistically independent Previous outcomes have zero influence on next spin You can predict "due" wins after a dry run No such thing — each spin is memoryless Aggregate payout matches stated RTP range Verified quarterly across millions of rounds Your AU$50 session will return 96% Short sessions diverge wildly — both ways No operator manipulation of live outcomes Operator cannot alter RNG once game launches All games on a certified platform are fair Cert covers platform RNG, not per-game RTP Cryptographic seed prevents pattern exploitation Seed changes — no sequence can be reverse-engineered A "strategy" can beat the RNG No betting system overcomes mathematical edge Volatility profile matches studio specification High/low vol classification is independently verified Volatility settings can be changed by player Fixed at launch — no slider, no adjustment Source: standard eCOGRA and GLI RNG testing framework documentation

What responsible gambling terms do Australian players need to understand?

From a software auditor's perspective, the responsible gambling tools at reputable operators are not marketing window dressing — they're technically implemented, auditable features. eCOGRA and GLI both evaluate responsible gambling tool functionality as part of their platform certification process. Here's what the terms actually mean on a live platform.

BetStop — Australia's National Self-Exclusion Register, operated under ACMA authority and launched August 2023. One registration blocks access across all licensed interactive gambling services in Australia. Effective within 24 hours. Free and permanent if you choose that option. Find it at betstop.gov.au. Deposit limit — a player-configurable cap on daily, weekly, or monthly deposits. Required to take effect within 24 hours under standard responsible gambling frameworks; increases require a cooling-off period before activating. Reality check — a timed notification during active play showing session length and total wagered. Implemented at the platform level and not bypassable without logging out. Self-exclusion — a voluntary account restriction ranging from 6 months to permanent. At eCOGRA-certified operators, this cannot be reversed during the stated exclusion period regardless of player request.

One technical note worth flagging: responsible gambling tools at offshore casinos are operator-administered, not connected to Australia's BetStop register. That means excluding yourself at one platform does not auto-exclude you at others. BetStop is the only system that covers all licensed operators simultaneously. Remember — 18+ only, and always gamble within your means. Responsible Gambling Australia has state-specific resources and a 24/7 support line.

Author's tip from Frederick Volk, Software Integrity Auditor and RNG Specialist: "During platform audits, I specifically test whether deposit limit increases take effect immediately or require a cooling-off window. The correct implementation under eCOGRA standards is: decreases apply instantly, increases require a delay of at least 24–72 hours. This is a deliberate friction mechanism — it prevents impulsive limit increases in the middle of a losing session. If a casino lets you increase your deposit limit immediately with one click, that's a compliance gap, not a feature. Look for the cooling-off requirement when you're evaluating any new platform."

How do you use these terms to make better decisions at the pokies?

I'll be direct about this. Understanding RNG certification tells you a casino isn't rigging outcomes — it doesn't tell you the game will be profitable. Understanding RTP tells you the long-run mathematical return — it doesn't predict your next 100 spins. Understanding volatility helps you match a game to your bankroll and risk appetite — it doesn't guarantee any session result. These terms are tools for managing decisions, not for predicting outcomes.

The practical application: before any session, check three things. RTP — is this game above 96%? Volatility — does the risk profile match your current bankroll? Wagering terms — if you're playing on a bonus, is the WR deposit-only or D+B, what are the game weights, and where's the max bet cap? That's the complete pre-session checklist. Everything else — provider reputation, certification bodies, payment method — feeds into platform selection, which you do once, not every session.

Head to the homepage to see how these terms apply in practice, or go straight to the login page to set up your account. No worries — you've got the vocabulary now. Play informed, play within your means, and make the software work for you rather than against you.

FAQ

How does the glossary help me understand wagering?
The glossary clarifies the specific calculations required to clear promotional funds, helping punters in Australia distinguish between "play-through" and "turnover." Understanding these terms ensures you know exactly how much must be staked before a bonus balance can be moved to your cash wallet.
What is the definition of a "Paytable" in modern pokies?
A paytable is an essential reference guide within each game that outlines the value of symbols and the rules for triggering special features. Reviewing this document on Rich allows you to see the potential returns for different combinations and understand the game's specific mechanics.
What does "Volatility" mean for my gaming session?
Volatility, or variance, indicates the level of risk associated with a particular game; high volatility games may offer larger but less frequent payouts, while low volatility options tend to provide smaller, regular wins. This term helps you select titles that best match your personal appetite for risk and your current budget.
What is a "KYC" check and why is it necessary?
Know Your Customer (KYC) is a mandatory identity verification process required by law to prevent fraud and underage gambling. It involves providing official documentation, such as a driver's licence or passport, to ensure a secure environment for all registered users in Australia.
How is "RTP" calculated over the long term?
Return to Player (RTP) is a theoretical percentage based on millions of game rounds, representing the expected return to all punters over time. While a higher RTP suggests a lower house edge, it is important to remember that individual results in any given session are entirely random.
What are "Scatter Symbols" in pokie games?
Scatters are unique symbols that do not need to appear on a specific payline to trigger a win or unlock a bonus round. Often, landing three or more Scatters anywhere on the reels is the primary way to access free spins or other interactive features on Rich.
What does "Self-Exclusion" involve?
Self-exclusion is a responsible gambling tool that allows a user to voluntarily request a total ban from accessing their account for a specified period. This is a significant step designed to help individuals manage their relationship with gaming and maintain a balanced lifestyle.
What is the difference between "Fixed" and "Progressive" jackpots?
A fixed jackpot offers a set maximum prize that remains constant, whereas a progressive jackpot increases in value as a small portion of every bet is added to a collective pool. Once a progressive jackpot is claimed, the prize resets to a predetermined seed amount and begins growing again.
Frederick Volk
Frederick Volk
Software Integrity Auditor and RNG Specialist
Frederick is a software engineer with a specialization in algorithmic fairness and cryptographic security. He provides independent technical audits of online casino platforms, focusing specifically on the integrity of the Random Number Generators (RNG) that power virtual games. Frederick’s technical reviews go beyond the surface, examining the server-side communication and the Provably Fair protocols implemented by modern crypto-casinos. His mission is to ensure that the games our readers play are mathematically sound and free from manipulation, providing a level of technical scrutiny that is rarely found in standard affiliate reviews.
Download Rich app Download App
Close
Wheel button Spin
Wheel disk
800 FS
500 FS
300 FS
900 FS
400 FS
200 FS
1000 FS
500 FS
Close
Wheel gift
300 FS
Congratulations! Sign up and claim your bonus.
Get Bonus