LecuyerUniformRng (3) Linux Manual Page
QuantLib::LecuyerUniformRng – Uniform random number generator.
Synopsis
#include <ql/math/randomnumbers/lecuyeruniformrng.hpp>Public Types
typedef Sample< Real > sample_typePublic Member Functions
LecuyerUniformRng (long seed=0)sample_type next () const
Detailed Description
Uniform random number generator.Random number generator of L’Ecuyer with added Bays-Durham shuffle (know as ran2 in Numerical recipes)
For more details see Section 7.1 of Numerical Recipes in C, 2nd Edition, Cambridge University Press (available at http://www.nr.com/)
