Package org.uma.jmetal.util.pseudorandom
Class JMetalRandom
java.lang.Object
org.uma.jmetal.util.pseudorandom.JMetalRandom
-
Method Summary
Modifier and TypeMethodDescriptionstatic JMetalRandomlonggetSeed()doubledoublenextDouble(double lowerBound, double upperBound) intnextInt(int lowerBound, int upperBound) voidsetRandomGenerator(PseudoRandomGenerator randomGenerator) voidsetSeed(long seed)
-
Method Details
-
getInstance
-
setRandomGenerator
-
getRandomGenerator
-
nextInt
public int nextInt(int lowerBound, int upperBound) -
nextDouble
public double nextDouble() -
nextDouble
public double nextDouble(double lowerBound, double upperBound) -
setSeed
public void setSeed(long seed) -
getSeed
public long getSeed() -
getGeneratorName
-