QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
ranluxuniformrng.hpp File Reference

"Luxury" random number generator. More...

#include <ql/methods/montecarlo/sample.hpp>
#include <random>

Go to the source code of this file.

Classes

class  Ranlux64UniformRng< P, R >
 Uniform random number generator. More...
 

Namespaces

namespace  QuantLib
 

Typedefs

typedef Ranlux64UniformRng< 223, 24 > Ranlux3UniformRng
 
typedef Ranlux64UniformRng< 389, 24 > Ranlux4UniformRng
 

Detailed Description

"Luxury" random number generator.

Definition in file ranluxuniformrng.hpp.