public class CsoundRandMTState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
CsoundRandMTState() |
protected |
CsoundRandMTState(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(CsoundRandMTState obj) |
long[] |
getMt() |
int |
getMti() |
void |
setMt(long[] value) |
void |
setMti(int value) |
protected static long |
swigRelease(CsoundRandMTState obj) |
protected CsoundRandMTState(long cPtr,
boolean cMemoryOwn)
public CsoundRandMTState()
protected static long getCPtr(CsoundRandMTState obj)
protected static long swigRelease(CsoundRandMTState obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void setMti(int value)
public int getMti()
public void setMt(long[] value)
public long[] getMt()