public class Rnd extends Object
| Constructor and Description |
|---|
Rnd() |
| Modifier and Type | Method and Description |
|---|---|
static int |
rnd() |
static int |
rnd(int n) |
static <T> T |
rnd(T[] arr) |
static char |
rndChar() |
static int |
rndExcept(int n,
int except) |
static long |
rndL() |
static String |
rndStr(int length) |
static String |
rndStr(int minLength,
int maxLength) |
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 and contributors. All rights reserved.