JGAP

org.jgap.util
Class UniqueRandomGenerator

java.lang.Object
  extended by org.jgap.util.UniqueRandomGenerator

public class UniqueRandomGenerator
extends java.lang.Object


Constructor Summary
UniqueRandomGenerator(int a_upperBoundary, RandomGenerator a_generator)
           
 
Method Summary
 int nextInt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueRandomGenerator

public UniqueRandomGenerator(int a_upperBoundary,
                             RandomGenerator a_generator)
Method Detail

nextInt

public int nextInt()
            throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

JGAP