jmetal.util
Interface IRandomGenerator

All Known Implementing Classes:
MersenneTwisterFast, RandomGenerator

public interface IRandomGenerator


Method Summary
 double nextDouble()
           
 int nextInt(int upperLimit)
           
 

Method Detail

nextInt

int nextInt(int upperLimit)

nextDouble

double nextDouble()