|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.afx.util.FastRandom
public class FastRandom
Constructor Summary | |
---|---|
FastRandom()
|
|
FastRandom(int seed)
|
Method Summary | |
---|---|
int |
nextInt()
Return a non-negative pseudo-random integer value in the range 1 to 2147483647. |
int |
nextInt(int min,
int max)
Return a pseudo-random integer value in the range min .. |
void |
setSeed(int seed)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FastRandom()
public FastRandom(int seed)
Method Detail |
---|
public void setSeed(int seed)
public final int nextInt()
public final int nextInt(int min, int max)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |