public class RandomKit extends Object
| Constructor and Description |
|---|
RandomKit() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
nextBoolean() |
static byte[] |
nextBytes(int count) |
static double |
nextDouble() |
static double |
nextDouble(double start,
double endInclusive) |
static float |
nextFloat() |
static float |
nextFloat(float start,
float endInclusive) |
static int |
nextInt() |
static int |
nextInt(int start,
int end) |
static long |
nextLong() |
static long |
nextLong(long start,
long end) |
public static boolean nextBoolean()
public static byte[] nextBytes(int count)
public static int nextInt(int start,
int end)
public static int nextInt()
public static long nextLong(long start,
long end)
public static long nextLong()
public static double nextDouble(double start,
double endInclusive)
public static double nextDouble()
public static float nextFloat(float start,
float endInclusive)
public static float nextFloat()
Copyright © 2019. All rights reserved.