Hello! Prompt how to register in one action that from number of a random house (0, 100) the value with decrease in a chance of a drop of this value was chosen. Ie the number 0 will drop out in ~ 50% of cases the higher the number tending to 100 the lower the chance of falling out of this number, ie the number 100 will drop out to us in the 0.01% case.
I did so round (choose (random (10, 15), random (10, 25), random (10, 30), random (10, 35), random (10, 40), random (10, 45), random (10, 50))) * 0.01 but the highest number of all-out drops out very often, is there a special team that will direct me to the true path?