Logo
Reference manual - version qle_version
Public Member Functions | List of all members
MultiPathGeneratorBurley2020Sobol Class Reference

Instantiation of MultiPathGenerator with standard LowDiscrepancy traits. More...

#include <qle/methods/multipathgeneratorbase.hpp>

+ Inheritance diagram for MultiPathGeneratorBurley2020Sobol:

Public Member Functions

 MultiPathGeneratorBurley2020Sobol (const QuantLib::ext::shared_ptr< StochasticProcess > &, const TimeGrid &, BigNatural seed=42, SobolRsg::DirectionIntegers directionIntegers=SobolRsg::JoeKuoD7, BigNatural scrambleSeed=43)
 
const Sample< MultiPath > & next () const override
 
void reset () override
 

Detailed Description

Instantiation of MultiPathGenerator with standard LowDiscrepancy traits.

no Brownian bridge provided, use MultiPathGeneratorSobolBrownianBridge for this, for the use of the seed, see ql/math/randomnumbers/sobolrsg.cpp

\ingroup methods