|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.analyze.statistics.util.data.Generator
public class Generator
Constructor Summary | |
---|---|
Generator()
|
Method Summary | |
---|---|
static java.lang.String |
getDummyString()
|
static java.lang.String |
getDummyString(int length)
|
static int |
randomInt(int maxValue)
randoms a int value between 0 (included) to maxValue (excluded) with (approximately) uniform distribution from that range |
static long |
randomLong(long maxValue)
randoms a long value between 0 (included) to maxValue (excluded) with (approximately) uniform distribution from that range |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Generator()
Method Detail |
---|
public static java.lang.String getDummyString()
public static java.lang.String getDummyString(int length)
length
-
public static int randomInt(int maxValue)
maxValue
-
public static long randomLong(long maxValue)
maxValue
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |