| java.lang.Object org.databene.benerator.SimpleRandom
SimpleRandom | public class SimpleRandom (Code) | | Provides utility functions for generating numbers in an interval.
Created: 03.09.2006 13:23:02
|
randomInt | public static int randomInt(int min, int max)(Code) | | Generates a random int value in the range from min to max
|
randomLong | public static long randomLong(long min, long max)(Code) | | Generates a random long value in the range from min to max
|
randomValue | public static T randomValue(T... values)(Code) | | |
|
|