38 const std::vector<Size>& stateProcessProjection,
39 const QuantLib::ext::shared_ptr<MultiPathVariateGeneratorBase>& variateGenerator);
40 const Sample<MultiPath>&
next()
const override;
41 void reset()
override;
44 const QuantLib::ext::shared_ptr<StochasticProcess>
process_;
51 mutable Sample<MultiPath>
next_;
Multi Path Generator Base.
const QuantLib::ext::shared_ptr< StochasticProcess > process_
Sample< MultiPath > next_
const std::vector< Size > stateProcessProjection_
const QuantLib::ext::shared_ptr< MultiPathVariateGeneratorBase > variateGenerator_
const Sample< MultiPath > & next() const override
base class for multi path generators
multi path generators returning the generating N(0,1) variates, this is very much in parallel to the ...