public class JMetalRandom extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getGeneratorName() |
static JMetalRandom |
getInstance() |
long |
getSeed() |
double |
nextDouble() |
double |
nextDouble(double lowerBound,
double upperBound) |
int |
nextInt(int lowerBound,
int upperBound) |
void |
setRandomGenerator(PseudoRandomGenerator randomGenerator) |
void |
setSeed(long seed) |
public static JMetalRandom getInstance()
public void setRandomGenerator(PseudoRandomGenerator randomGenerator)
public int nextInt(int lowerBound,
int upperBound)
public double nextDouble()
public double nextDouble(double lowerBound,
double upperBound)
public void setSeed(long seed)
public long getSeed()
public String getGeneratorName()
Copyright © 2015. All rights reserved.