se.unlogic.standardutils.random
Class RandomUtils

java.lang.Object
  extended by se.unlogic.standardutils.random.RandomUtils

public class RandomUtils
extends java.lang.Object


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

RandomUtils

public RandomUtils()
Method Detail

getRandomString

public static java.lang.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.