3
votes
3answers
321 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 a …
