- java.lang.Object
-
- org.quantlib.SamplerLogNormal
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class SamplerLogNormal extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description SamplerLogNormal()SamplerLogNormal(long seed)protectedSamplerLogNormal(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(SamplerLogNormal obj)protected static longswigRelease(SamplerLogNormal obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
SamplerLogNormal
protected SamplerLogNormal(long cPtr, boolean cMemoryOwn)
-
SamplerLogNormal
public SamplerLogNormal(long seed)
-
SamplerLogNormal
public SamplerLogNormal()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(SamplerLogNormal obj)
-
swigRelease
protected static long swigRelease(SamplerLogNormal obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-