Well, in this case, you probably need a certain probability distribution. You can generate any distribution from a uniform random number generator, the only question is how it should look. Filtering a sample is a common way to generate distributions that are hard to describe otherwise, but in your case something might be simpler.
You can take a look at this article for many common distribution functions. Chi , Chi-Square and Exponential look like good candidates.
source share