|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.util.Random
| Constructor Summary | |
Random()
|
|
Random(long l)
|
|
| Method Summary | |
protected int |
next(int i)
|
boolean |
nextBoolean()
|
void |
nextBytes(byte[] abyte0)
|
double |
nextDouble()
|
float |
nextFloat()
|
int |
nextInt()
|
int |
nextInt(int i)
|
long |
nextLong()
|
void |
setSeed(long l)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, toString |
| Constructor Detail |
public Random()
public Random(long l)
| Method Detail |
public void setSeed(long l)
protected int next(int i)
public boolean nextBoolean()
public void nextBytes(byte[] abyte0)
public double nextDouble()
public float nextFloat()
public int nextInt()
public int nextInt(int i)
public long nextLong()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||