- java.lang.Object
-
- org.quantlib.LecuyerUniformRsg
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class LecuyerUniformRsg extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description LecuyerUniformRsg(long dimensionality)protectedLecuyerUniformRsg(long cPtr, boolean cMemoryOwn)LecuyerUniformRsg(long dimensionality, long seed)LecuyerUniformRsg(long dimensionality, LecuyerUniformRng rng)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()longdimension()protected voidfinalize()protected static longgetCPtr(LecuyerUniformRsg obj)SampleRealVectornextSequence()protected static longswigRelease(LecuyerUniformRsg obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
LecuyerUniformRsg
protected LecuyerUniformRsg(long cPtr, boolean cMemoryOwn)
-
LecuyerUniformRsg
public LecuyerUniformRsg(long dimensionality, LecuyerUniformRng rng)
-
LecuyerUniformRsg
public LecuyerUniformRsg(long dimensionality, long seed)
-
LecuyerUniformRsg
public LecuyerUniformRsg(long dimensionality)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(LecuyerUniformRsg obj)
-
swigRelease
protected static long swigRelease(LecuyerUniformRsg obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
nextSequence
public SampleRealVector nextSequence()
-
dimension
public long dimension()
-
-