Home/Glossary/RNG draw

Glossary · Lottery mechanics

RNG draw

An RNG draw is a lottery draw whose winning numbers are produced by a certified random number generator running on secured hardware, rather than by balls tumbling in a physical draw machine.

RNG draw, in full

Category
Lottery mechanics
Also called
Computerised draw, Certified RNG draw
In the glossary
All 75 terms, A–Z

A worked example

The same idea with real numbers attached.

To draw a number from 1 to 49 out of a 32-bit generator, compute limit = floor(2^32 / 49) × 49 = 87,652,393 × 49 = 4,294,967,257. Draw a 32-bit value, discard it if it is 4,294,967,257 or higher, then return 1 + (value mod 49). Only 39 of the 4,294,967,296 possible values are ever thrown away, and every number from 1 to 49 ends up exactly equally likely.

Sources

Every dated or checkable claim above, with where it came from.

See also

The terms that sit closest to this one.

Where it comes up on this site

RNG draw: frequently asked

Not inherently. A certified generator is tested against statistical batteries and audited; a ball machine is inspected and weighed. Both fail if the controls around them are weak. What balls have is watchability, which is a transparency argument rather than a fairness one, and it is most of why the big broadcast games have stayed with them.

Mostly the fast ones. Keno draws every few minutes; a studio cannot keep up. Operators publish the method for each game.

More lottery mechanics terms

The rest of the vocabulary

Lottery mechanics, probability, numerology and astrology, defined in one A–Z.

Open the glossary