Class JMetalRandom

java.lang.Object
org.uma.jmetal.util.pseudorandom.JMetalRandom
All Implemented Interfaces:
Serializable

public class JMetalRandom extends Object implements Serializable
Author:
Antonio J. Nebro <antonio@lcc.uma.es>
See Also:
  • Method Details

    • getInstance

      public static JMetalRandom getInstance()
    • setRandomGenerator

      public void setRandomGenerator(PseudoRandomGenerator randomGenerator)
    • getRandomGenerator

      public PseudoRandomGenerator 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

      public String getGeneratorName()