|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectse.unlogic.standardutils.random.RandomUtils
public class RandomUtils
| Constructor Summary | |
|---|---|
RandomUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
getRandomBoolean()
|
static int |
getRandomInt(int min,
int max)
|
static java.lang.String |
getRandomString(int minLength,
int maxLength)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RandomUtils()
| Method Detail |
|---|
public static java.lang.String getRandomString(int minLength,
int maxLength)
public static int getRandomInt(int min,
int max)
public static boolean getRandomBoolean()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||