public class RandomUtil extends Object
| Constructor and Description |
|---|
RandomUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
nextBytes(int num) |
static String |
nextHexLong() |
static int |
nextInt() |
static int |
nextInt(int bound) |
static long |
nextLong() |
public static String nextHexLong()
public static long nextLong()
public static int nextInt()
public static int nextInt(int bound)
public static byte[] nextBytes(int num)
Copyright © 2023. All rights reserved.