public class RandomUtils extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
nextBoolean() |
static byte |
nextByte() |
static double |
nextDouble(double startInclusive,
double endInclusive) |
static float |
nextFloat(float startInclusive,
float endInclusive) |
static int |
nextInt(int startInclusive,
int endExclusive) |
static long |
nextLong(long startInclusive,
long endExclusive) |
static int |
nextSize(int startInclusive,
int endInclusive) |
public static boolean nextBoolean()
public static int nextInt(int startInclusive,
int endExclusive)
public static long nextLong(long startInclusive,
long endExclusive)
public static float nextFloat(float startInclusive,
float endInclusive)
public static double nextDouble(double startInclusive,
double endInclusive)
public static int nextSize(int startInclusive,
int endInclusive)
public static byte nextByte()
Copyright © 2021 kubeclub. All rights reserved.