JavaScript Math.random Normal distribution (Gaussian bell curve)?
I want to know if the JavaScript function Math.random uses a normal (vs. uniform) distribution or not. If not, how can I get numbers which use a normal distribution? I haven’t found a clear answer on …