se.unlogic.standardutils.random
Class RandomUtils
java.lang.Object
se.unlogic.standardutils.random.RandomUtils
public class RandomUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandomUtils
public RandomUtils()
getRandomString
public static String getRandomString(int minLength,
int maxLength)
getRandomInt
public static int getRandomInt(int min,
int max)
getRandomBoolean
public static boolean getRandomBoolean()
Copyright © 2011. All Rights Reserved.