public class GaussianRandomGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
protected |
GaussianRandomGenerator(long cPtr,
boolean cMemoryOwn) |
|
GaussianRandomGenerator(UniformRandomGenerator rng) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(GaussianRandomGenerator obj) |
SampleNumber |
next() |
double |
nextValue() |
protected GaussianRandomGenerator(long cPtr,
boolean cMemoryOwn)
public GaussianRandomGenerator(UniformRandomGenerator rng)
protected static long getCPtr(GaussianRandomGenerator obj)
public void delete()
public SampleNumber next()
public double nextValue()
Copyright © 2017. All rights reserved.