I want to obtain probabilities for integer numbers [100,10000]. if number is close to 100 then i want very high probabilty (around 0.99), if number is close to 10000 i want very low probabilty(around 10^-10). I use Python language. Any help is appreciated.
I create game. I want to multiple amount x times when x is in [101, 10000].