Chainlink VRF 2.5

Dashboard: Chainlink VRF

Doc: https://docs.chain.link/vrf

Usage in Fury Racing:

As soon as a race starts, a request to Chainlink VRF is triggered. The callback from Chainlink VRF returns 2 random numbers (words). Those random numbers are then used to slightly adjust the player's car attributes.

The bonus/malus can range from -5% to +5%. All car attributes will be re-calculated based on this percentage. Each percentage is unique per player, meaning that a player could end up with a +5% bonus while the other end up with -5%.

More information can be found here: https://fury-racing.gitbook.io/fury-racing/getting-started/2.-luck

Last updated