I'm looking for a way to generate a random number with:
- A lower and upper boundary
- An average not in the middle of the specified range
- An adjustable standard deviation
In Java.
More specifically: I want to generate a long list of numbers with a minimum of 0, maximum of 40 and an average of +- 5, and i'd like to be able to adjust how far around the average the numbers are.