I went through several random no distributions like uniform distribution, Gaussian distribution etc but I was not able to find what I need.
The most common distribution function is uniform distribution where the probality of getting each number is equal. I need a distribution function which generates random no between say 1 and 100 such that, probability of getting 100 is 10 times the probability of getting 1 (probability linearly distributed between 1 and 100)
Google did not show me any result for linearly distributed random no generator. There must be another name for it.
I just need the distribution name of this, if it already exists.