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