3
votes
3answers
335 views
Generating non-uniform random numbers
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 …
