| Modifier and Type | Field and Description |
|---|---|
protected Poisson.RandomState |
Poisson.state |
| Modifier and Type | Method and Description |
|---|---|
static Poisson.RandomState |
Poisson.create_random_state() |
| Modifier and Type | Method and Description |
|---|---|
static double |
Poisson.random(double mu,
jdistlib.rng.RandomEngine random,
Poisson.RandomState state) |
static double[] |
Poisson.random(int n,
double mu,
jdistlib.rng.RandomEngine random,
Poisson.RandomState state) |
Copyright © 2015. All rights reserved.