Marsaglia Transform: Uniform to Standard Normal
The polar method (attributed to George Marsaglia, 1964) is a pseudo-random number sampling method for generating a pair of independent standard normal random variables. While it is superior to the Box–Muller transform, the Ziggurat algorithm is even more efficient. – Wikipedia This post by Hristo Dachev on the Marsaglia transform …