public class PoissonGenerator extends Object implements RandomDataGenerator<Object>
param: mean mean for the Poisson distribution.
Constructor and Description |
---|
PoissonGenerator(double mean) |
Modifier and Type | Method and Description |
---|---|
PoissonGenerator |
copy()
Returns a copy of the RandomDataGenerator with a new instance of the rng object used in the
class when applicable for non-locking concurrent usage.
|
double |
mean() |
double |
nextValue()
Returns an i.i.d.
|
void |
setSeed(long seed)
Set random seed.
|
public PoissonGenerator copy()
RandomDataGenerator
copy
in interface RandomDataGenerator<Object>
public double mean()
public double nextValue()
RandomDataGenerator
nextValue
in interface RandomDataGenerator<Object>
public void setSeed(long seed)
Pseudorandom
setSeed
in interface Pseudorandom