public class RandomUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
nextBytes(byte[] bytes) |
static int |
nextInt() |
static int |
nextInt(int max) |
static long |
nextLong() |
static String |
nextLongHexadecimal() |
public static void nextBytes(byte[] bytes)
public static long nextLong()
public static int nextInt(int max)
public static int nextInt()
public static String nextLongHexadecimal()
Copyright © 2019. All rights reserved.