Uses of Class
org.quantlib.GaussianRandomSequenceGenerator
-
-
Uses of GaussianRandomSequenceGenerator in org.quantlib
Methods in org.quantlib with parameters of type GaussianRandomSequenceGenerator Modifier and Type Method Description protected static longGaussianRandomSequenceGenerator. getCPtr(GaussianRandomSequenceGenerator obj)protected static longGaussianRandomSequenceGenerator. swigRelease(GaussianRandomSequenceGenerator obj)Constructors in org.quantlib with parameters of type GaussianRandomSequenceGenerator Constructor Description GaussianMultiPathGenerator(StochasticProcess process, DoubleVector times, GaussianRandomSequenceGenerator generator)GaussianMultiPathGenerator(StochasticProcess process, DoubleVector times, GaussianRandomSequenceGenerator generator, boolean brownianBridge)GaussianMultiPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, GaussianRandomSequenceGenerator generator)GaussianMultiPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, GaussianRandomSequenceGenerator generator, boolean brownianBridge)GaussianPathGenerator(StochasticProcess arg0, double length, long timeSteps, GaussianRandomSequenceGenerator generator, boolean brownianBridge)GaussianPathGenerator(StochasticProcess arg0, TimeGrid timeGrid, GaussianRandomSequenceGenerator generator, boolean brownianBridge)
-