|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjecthexIT.Misc
This is a helper class that supplies miscellaneous functions that are convenient to have package-wide.
Constructor Summary | |
Misc()
|
Method Summary | |
static int |
UniformRandom(int low,
int high)
Generates a uniformly random number between high and low, inclusive |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Misc()
Method Detail |
public static int UniformRandom(int low, int high)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |