Package io.github.krandom.api
Interface Randomizer
-
- All Implemented Interfaces:
public interface Randomizer<T extends Object>
Interface for custom randomizer.
Mahmoud Ben Hassine ([email protected]) </T>
-
-
Method Summary
Modifier and Type Method Description abstract T
getRandomValue()
Generate a random value for the given type. -
-
Method Detail
-
getRandomValue
abstract T getRandomValue()
Generate a random value for the given type.
- Returns:
a random value for the given type
-
-
-
-