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