- java.lang.Object
-
- org.quantlib.SobolRsg
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class SobolRsg extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSobolRsg.DirectionIntegers
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description SobolRsg(long dimensionality)protectedSobolRsg(long cPtr, boolean cMemoryOwn)SobolRsg(long dimensionality, int seed)SobolRsg(long dimensionality, int seed, SobolRsg.DirectionIntegers directionIntegers)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()longdimension()protected voidfinalize()protected static longgetCPtr(SobolRsg obj)SampleRealVectorlastSequence()UnsignedIntVectornextInt32Sequence()SampleRealVectornextSequence()voidskipTo(long n)protected static longswigRelease(SobolRsg obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
SobolRsg
protected SobolRsg(long cPtr, boolean cMemoryOwn)
-
SobolRsg
public SobolRsg(long dimensionality, int seed, SobolRsg.DirectionIntegers directionIntegers)
-
SobolRsg
public SobolRsg(long dimensionality, int seed)
-
SobolRsg
public SobolRsg(long dimensionality)
-
-
Method Detail
-
swigRelease
protected static long swigRelease(SobolRsg obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
nextSequence
public SampleRealVector nextSequence()
-
lastSequence
public SampleRealVector lastSequence()
-
dimension
public long dimension()
-
skipTo
public void skipTo(long n)
-
nextInt32Sequence
public UnsignedIntVector nextInt32Sequence()
-
-