Open tommedema opened 6 years ago
I haven't looked at this for five years(!) however the original code was from https://www.filosophy.org/code/normal-distributed-random-values-in-javascript-using-the-ziggurat-algorithm/ and the algorithm is outlined https://en.wikipedia.org/wiki/Ziggurat_algorithm
Happy to take PRs :-)
I expect the mean of this normal distribution is 0.5?
Is it possible to specify a custom mean, and perhaps even a skewness?