public final class FunctionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getRandomElementFromArray(String[] array)
return a random element in array
|
static int |
getRandomInteger(Integer min,
Integer max)
get random integer between min and max
|
Copyright © 2022. All rights reserved.