Class NullRandomizer
-
- All Implemented Interfaces:
-
io.github.krandom.api.Randomizer
public class NullRandomizer implements Randomizer<T>
A Randomizer that generates null values.
Mahmoud Ben Hassine ([email protected])
-
-
Constructor Summary
Constructors Constructor Description NullRandomizer()
-
Method Summary
Modifier and Type Method Description Void
getRandomValue()
Generate a random value for the given type. -
-
Method Detail
-
getRandomValue
Void getRandomValue()
Generate a random value for the given type.
- Returns:
a random value for the given type
-
-
-
-