Percent vs Probability rng system

If I had for example the odds of 1 in 10,000 which is 0.0001 would I use the multlpied version of 100x (0.01) or 0.0001 to roll for the prize.

1 Like

1/0.01 is 100, but 1/.0001 is 10000. It also depends on the code you are using to roll.

1 Like