hot questions tagged non-uniform-random-number - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T10:56:40Zhttp://stackoverflow.com/feeds/tag?tagnames=non-uniform-random-number&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/977354/generating-non-uniform-random-numbers3Generating non-uniform random numbersRobert Greiner2009-06-10T18:24:12Z2009-06-21T10:06:19Z
<p>Can you tell me any ways to generate <b>non-uniform</b> random numbers?<br />
I am using Java but the code examples can be in whatever you want.</p>
<p>One way is to create a skewed distribution by adding two uniform random numbers together (i.e. rolling 2 dice).</p>