|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Random | +--fr.jussieu.gla.wasa.monitor.gui.test.CyclicRandomInt
Generates ints out of a given sequence.
Constructor Summary | |
CyclicRandomInt(int[] values)
|
Method Summary | |
int |
nextInt()
|
double |
randomDouble()
|
Methods inherited from class java.util.Random |
next, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextLong, setSeed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CyclicRandomInt(int[] values)
Method Detail |
public double randomDouble()
public int nextInt()
nextInt
in class java.util.Random
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |