
IGAMING GLOSSARY

WHAT IS RNG
RNG is an abbreviation for Random Number Generator.
A random number generator (RNG) is an algorithm that produces random numbers. In video games, these random numbers are used to determine random events, like your chance at landing a critical hit or picking up a rare item.
There are different types of RNGs. The ones casinos use are called pseudo random number generators. What makes these unique is that they don’t need any external input (numbers or data) to produce an output. All they need is an algorithm and seed number.
RNG is commonly used in virtual blackjack and roulette games, keno, video poker, and casino slot games.