Bespoke Controlled RNG Technology
A random number generator (RNG) is an algorithm that generates a sequence of numbers or symbols that cannot be reasonably predicted better than by a random chance.
Controlled RNG is an algorithm that works in pre-set boundaries. For example, it generates a random number in the set range from 0 to 10 or from 20 to 60.
RNG is a defining factor in many modern games. Randomness is what keeps things from becoming monotonous. It’s what leads to curiosity and risk, and it’s one of the best tools to keep a game fresh.
In DragRacing, the RaceMe RNG algorithm will choose a winner out of all participating DRMs in the race.
Last updated