|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstresstests.interfaces.Utilities
public class Utilities
A class to implement some utility methods
Constructor Summary | |
---|---|
Utilities()
|
Method Summary | |
---|---|
static int |
randomInt(int min,
int max)
Return a random int r in the range min <= r <= max. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utilities()
Method Detail |
---|
public static int randomInt(int min, int max)
Return a random int r in the range min <= r <= max.
This method appears in Math.Utilities class of the JPT
Path: edu.ccs.neu.jpt.util
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |