show/hide this revision's text 2 don't close this, it is a question!

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).

show/hide this revision's text 1

Generating non-uniform random numbers

I'm looking for 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).