public class RandomUtils extends Object
| Constructor and Description |
|---|
RandomUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
nextBoolean() |
static double |
nextDouble() |
static float |
nextFloat() |
static float |
nextFloat(Random random) |
static int |
nextInt() |
static int |
nextInt(int i) |
static int |
nextInt(Random r) |
static int |
nextInt(Random r,
int i) |
static int |
nextLong() |
static int |
nextLong(Random r) |
public static boolean nextBoolean()
public static double nextDouble()
public static float nextFloat()
public static float nextFloat(Random random)
public static int nextInt()
public static int nextInt(int i)
public static int nextInt(Random r)
public static int nextInt(Random r, int i)
public static int nextLong()
public static int nextLong(Random r)
Copyright © 2022. All rights reserved.