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