Uses of Interface
jmetal.util.IRandomGenerator

Packages that use IRandomGenerator
jmetal.util   
 

Uses of IRandomGenerator in jmetal.util
 

Classes in jmetal.util that implement IRandomGenerator
 class MersenneTwisterFast
          MersenneTwister and MersenneTwisterFast Version 16, based on version MT199937(99/10/29) of the Mersenne Twister algorithm found at The Mersenne Twister Home Page, with the initialization improved using the new 2002/1/26 initialization algorithm By Sean Luke, October 2004.
 class RandomGenerator
          This code has been taken from deb NSGA-II implementation The code is available to download from http://www.iitk.ac.in/kangal/codes.shtml
 

Methods in jmetal.util with parameters of type IRandomGenerator
static void PseudoRandom.setRandomGenerator(IRandomGenerator generator)