CLGaussianRng (3) Linux Manual Page
QuantLib::CLGaussianRng – Gaussian random number generator. Synopsis#include <ql/math/randomnumbers/centrallimitgaussianrng.hpp> Public Typestypedef Sample< Real > sample_type typedef RNG urng_type Public Member FunctionsCLGaussianRng (const RNG &uniformGenerator) sample_type next () const returns a sample from a Gaussian distribution Detailed Descriptiontemplate<class RNG> class QuantLib::CLGaussianRng< RNG >Gaussian random number generator. It uses the well-known fact that the sum of 12 uniform…
