Random Number Generator (RNG)

On Chance, Luck, & Destiny

Crossroads: Myth leverages a pseudo-random number generator (RNG) for injecting randomness into its game mechanics, drawing on the Tezos Randomizer developed by Asbjornenge.

Our enhanced version creates a random range of entropy, combining storage entropy with passed entropy to generate numbers within the specific range needed.

Although the system is technically deterministic, it becomes exceedingly challenging for even the most technologically proficient user or baker to predict or manipulate the result of the randomizer contract for a transaction within a particular block.

The advantage of this implementation is a scalable, cost-effective, fair, and reliable random number generator that doesn't compromise security or place undue financial burden on the team or players.

Last updated