public abstract class XRandom extends Object
| Constructor and Description |
|---|
XRandom() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
randomFrom(T... values) |
static Integer |
randomInt(Integer min,
Integer max) |
static String |
uuid() |
@SafeVarargs public static <T> T randomFrom(T... values)
public static String uuid()
Copyright © 2023. All rights reserved.