#cpp #random
Generating Random Numbers From a Specific Distribution By Inverting the CDF
https://blog.demofox.org/2017/08/05/generating-random-numbers-from-a-specific-distribution-by-inverting-the-cdf/amp/
Generating Random Numbers From a Specific Distribution By Inverting the CDF
https://blog.demofox.org/2017/08/05/generating-random-numbers-from-a-specific-distribution-by-inverting-the-cdf/amp/
The blog at the bottom of the sea
Generating Random Numbers From a Specific Distribution By Inverting the CDF
The last post talked about the normal distribution and showed how to generate random numbers from that distribution by generating regular (uniform) random numbers and then counting the bits. What w…