ziggurat_test, a C++ code which calls ziggurat(), which generates random variates from the uniform, normal or exponential distributions, by Marsaglia and Tsang.
The information on this web page is distributed under the MIT license.
ziggurat, a C++ code which implements uniform, normal and exponential random number generators (RNG's) using the ziggurat method, by Marsaglia and Tsang.