public class Rnd extends Object
| Constructor and Description |
|---|
Rnd() |
protected static final Random RND
public static char rndChar()
public static String rndStr(int length)
public static String rndStr(int minLength, int maxLength)
public static int rnd(int n)
public static int rndExcept(int n,
int except)
public static <T> T rnd(T[] arr)
public static int rnd()
public static long rndL()
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.