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