org.jgap.impl
Class StockRandomGenerator

java.lang.Object
  extended byjava.util.Random
      extended byorg.jgap.impl.StockRandomGenerator
All Implemented Interfaces:
RandomGenerator, java.io.Serializable

public class StockRandomGenerator
extends java.util.Random
implements RandomGenerator

The stock random generator uses the java.util.Random class to provide a simple implementation of the RandomGenerator interface. No actual code is provided here.

Since:
1.0
Author:
Neil Rotstan
See Also:
Serialized Form

Constructor Summary
StockRandomGenerator()
           
 
Methods inherited from class java.util.Random
nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jgap.RandomGenerator
nextBoolean, nextDouble, nextFloat, nextInt, nextInt, nextLong
 

Constructor Detail

StockRandomGenerator

public StockRandomGenerator()