public class Well44497bGenerator extends Object implements PseudoRandomGenerator
| Constructor and Description |
|---|
Well44497bGenerator()
Constructor
|
Well44497bGenerator(long seed)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
long |
getSeed() |
double |
nextDouble() |
double |
nextDouble(double lowerBound,
double upperBound) |
int |
nextInt(int lowerBound,
int upperBound) |
void |
setSeed(long seed) |
public Well44497bGenerator()
public Well44497bGenerator(long seed)
public long getSeed()
getSeed in interface PseudoRandomGeneratorpublic int nextInt(int lowerBound,
int upperBound)
nextInt in interface PseudoRandomGeneratorpublic double nextDouble(double lowerBound,
double upperBound)
nextDouble in interface PseudoRandomGeneratorpublic double nextDouble()
nextDouble in interface PseudoRandomGeneratorpublic void setSeed(long seed)
setSeed in interface PseudoRandomGeneratorpublic String getName()
getName in interface PseudoRandomGeneratorCopyright © 2015. All rights reserved.