|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Random
org.jgap.impl.StockRandomGenerator
public class StockRandomGenerator
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.
| Constructor Summary | |
|---|---|
StockRandomGenerator()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
int |
compareTo(java.lang.Object a_other)
|
| Methods inherited from class java.util.Random |
|---|
next, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jgap.RandomGenerator |
|---|
nextBoolean, nextDouble, nextFloat, nextInt, nextInt, nextLong |
| Constructor Detail |
|---|
public StockRandomGenerator()
| Method Detail |
|---|
public java.lang.Object clone()
clone in interface ICloneableclone in class java.lang.Objectpublic int compareTo(java.lang.Object a_other)
compareTo in interface java.lang.Comparablea_other - sic
|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||