I'm looking for
Can you tell me any ways to generate non-uniform random numbers.?
I am using Java but the code examples can be in whatever you want.
One way is to create a skewed distribution by adding two uniform random numbers together (i.e. rolling 2 dice).
