Number-Draw RNG
The certified random number generator that produces the outcomes for online draw-based games, replacing physical ball machines.
Definition
A Number-Draw RNG is the software randomiser that selects the numbers for online lotteries, keno, bingo and instant games, standing in for mechanical ball draws. To be trusted it must be a cryptographically sound or well-tested algorithm, seeded unpredictably, and independently certified by a testing lab to demonstrate statistical randomness and unpredictability; regulated operators publish the game's theoretical return and submit the RNG to audit. Crucially, a fair RNG guarantees only that outcomes are random and match the stated odds; it does not remove the operator's margin, which is built into the pay table, not the randomiser. Understanding this separates the question 'is the draw fair?', an RNG-certification matter, from 'is the game good value?', an expected-value matter that a fair RNG never fixes.
Worked example
An online keno game's certificate states its RNG passed independent randomness testing; each four-minute draw pulls 20 numbers from the generator, yet the game still returns well under 100 percent because the pay table sets the takeout.
Why it matters
It clarifies that fairness (randomness) and value (margin) are separate; learners stop conflating certification with good odds, professionals recognise the audit and compliance surface.