xyz

Built With

Share this project:

Updates

posted an update

Step 1: Pick ten digits random from the VRF number and modulo operator by 9 to get the position random. Then using those positions to select digit by digit from the original VRF Step 2: The ten numbers selected will combine into a string and convert to a number. We can call the name is fn1 Step 3: In the last step, we will select the final number by using the math: 1,000,000 - (1,000,000 + (fn1 modulo 1,000,000)

Log in or sign up for Devpost to join the conversation.