Author

Topic: Provably Fair PrimeDice (Read 91 times)

legendary
Activity: 1624
Merit: 2481
June 11, 2018, 08:43:21 AM
#2
Thats simple.

697969 is the random number generated.

Modulo 10000 is used to get a number between 0 and 10000, which will then be divided by 100 to get a number between 0 and 100 with 2 digits behind the comma.
This is done because primedice wants to generate numbers in this format.
newbie
Activity: 4
Merit: 0
June 11, 2018, 06:20:35 AM
#1
Hello,

i'm actually studying c# and i have to make a provably fair for my dice game,
I trying to reproduce an algorithm similar to that of primedice but i didn't understand why they are doing a " 697969%(10000)/100 " , can someone explain it to me please ?

source https://dicesites.com/provably-fair
Jump to: