public class CBRandom
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CBRandom.StringType |
| Constructor and Description |
|---|
CBRandom() |
| Modifier and Type | Method and Description |
|---|---|
static void |
newtByteArray(byte[] bytes) |
static boolean |
nextBoolean() |
static double |
nextDouble() |
static float |
nextFloat() |
static double |
nextGaussian() |
static int |
nextInt() |
static int |
nextInt(int bound) |
static long |
nextLong() |
static java.lang.String |
nextString(CBRandom.StringType stringType,
int len) |
static java.lang.String |
nextString(int len) |
public static int nextInt()
public static int nextInt(int bound)
public static long nextLong()
public static double nextDouble()
public static float nextFloat()
public static boolean nextBoolean()
public static double nextGaussian()
public static void newtByteArray(byte[] bytes)
public static java.lang.String nextString(int len)
public static java.lang.String nextString(CBRandom.StringType stringType, int len)