Instantiation of MultiPathGenerator with standard PseudoRandom traits. More...
#include <qle/methods/multipathgeneratorbase.hpp>
Inheritance diagram for MultiPathGeneratorMersenneTwister:
Collaboration diagram for MultiPathGeneratorMersenneTwister:Public Member Functions | |
| MultiPathGeneratorMersenneTwister (const QuantLib::ext::shared_ptr< StochasticProcess > &, const TimeGrid &, BigNatural seed=0, bool antitheticSampling=false) | |
| const Sample< MultiPath > & | next () const override |
| void | reset () override |
Public Member Functions inherited from MultiPathGeneratorBase | |
| virtual | ~MultiPathGeneratorBase () |
| virtual const Sample< MultiPath > & | next () const =0 |
| virtual void | reset ()=0 |
Private Attributes | |
| const QuantLib::ext::shared_ptr< StochasticProcess > | process_ |
| TimeGrid | grid_ |
| BigNatural | seed_ |
| QuantLib::ext::shared_ptr< MultiPathGenerator< PseudoRandom::rsg_type > > | pg_ |
| QuantLib::ext::shared_ptr< PathGenerator< PseudoRandom::rsg_type > > | pg1D_ |
| bool | antitheticSampling_ |
| bool | antitheticVariate_ |
| Sample< MultiPath > | next_ |
Instantiation of MultiPathGenerator with standard PseudoRandom traits.
Definition at line 59 of file multipathgeneratorbase.hpp.
| MultiPathGeneratorMersenneTwister | ( | const QuantLib::ext::shared_ptr< StochasticProcess > & | process, |
| const TimeGrid & | grid, | ||
| BigNatural | seed = 0, |
||
| bool | antitheticSampling = false |
||
| ) |
Definition at line 27 of file multipathgeneratorbase.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements MultiPathGeneratorBase.
Definition at line 44 of file multipathgeneratorbase.cpp.
Here is the caller graph for this function:
|
overridevirtual |
Implements MultiPathGeneratorBase.
Definition at line 34 of file multipathgeneratorbase.cpp.
Here is the caller graph for this function:
|
private |
Definition at line 67 of file multipathgeneratorbase.hpp.
|
private |
Definition at line 68 of file multipathgeneratorbase.hpp.
|
private |
Definition at line 69 of file multipathgeneratorbase.hpp.
|
private |
Definition at line 71 of file multipathgeneratorbase.hpp.
|
private |
Definition at line 72 of file multipathgeneratorbase.hpp.
|
private |
Definition at line 73 of file multipathgeneratorbase.hpp.
|
mutableprivate |
Definition at line 74 of file multipathgeneratorbase.hpp.
|
mutableprivate |
Definition at line 75 of file multipathgeneratorbase.hpp.