26#ifndef quantlib_rng_traits_hpp
27#define quantlib_rng_traits_hpp
42 template <
class URNG,
class IC>
62 template<
class URNG,
class IC>
81 template <
class URSG,
class IC>
99 template<
class URSG,
class IC>
Inverse cumulative normal distribution function.
Inverse cumulative Poisson distribution function.
Inverse cumulative random number generator.
Inverse cumulative random sequence generator.
Random sequence generator based on a pseudo-random number generator.
Sobol low-discrepancy sequence generator.
std::size_t Size
size of a container
Inverse cumulative Gaussian random-number generator.
Inverse cumulative random sequence generator.
GenericPseudoRandom< MersenneTwisterUniformRng, InverseCumulativePoisson > PoissonPseudoRandom
traits for Poisson-distributed pseudo-random number generation
GenericLowDiscrepancy< SobolRsg, InverseCumulativeNormal > LowDiscrepancy
default traits for low-discrepancy sequence generation
unsigned QL_BIG_INTEGER BigNatural
large positive integer
GenericPseudoRandom< MersenneTwisterUniformRng, InverseCumulativeNormal > PseudoRandom
default traits for pseudo-random number generation
normal, cumulative and inverse cumulative distributions
Generates random paths using a sequence generator.
Random sequence generator based on a pseudo-random number generator.
Sobol low-discrepancy sequence generator.
static rsg_type make_sequence_generator(Size dimension, BigNatural seed)
InverseCumulativeRsg< ursg_type, IC > rsg_type
static ext::shared_ptr< IC > icInstance
InverseCumulativeRng< urng_type, IC > rng_type
static rsg_type make_sequence_generator(Size dimension, BigNatural seed)
InverseCumulativeRsg< ursg_type, IC > rsg_type
static ext::shared_ptr< IC > icInstance
RandomSequenceGenerator< urng_type > ursg_type