public class PoissonPRNGenerator extends PRNGenerator
Constructor and Description |
---|
PoissonPRNGenerator() |
PoissonPRNGenerator(double mean) |
Modifier and Type | Method and Description |
---|---|
double |
nextDouble() |
void |
setMean(double mean) |
void |
setSeed(long sd) |
void |
setup(double mean,
long sd) |
public PoissonPRNGenerator()
public PoissonPRNGenerator(double mean)
public void setup(double mean, long sd)
public void setSeed(long sd)
setSeed
in class PRNGenerator
public void setMean(double mean)
public double nextDouble()
nextDouble
in class PRNGenerator
Copyright © 2020 The Apache Software Foundation. All rights reserved.