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 PRNGeneratorpublic void setMean(double mean)
public double nextDouble()
nextDouble in class PRNGeneratorCopyright © 2021 The Apache Software Foundation. All rights reserved.