Class NullRandomizer
java.lang.Object
io.github.krandom.randomizers.misc.NullRandomizer
- All Implemented Interfaces:
Randomizer<Void>
A
Randomizer
that generates null values.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerate a random value for the given type.
-
Constructor Details
-
NullRandomizer
public NullRandomizer()
-
-
Method Details
-
getRandomValue
Description copied from interface:Randomizer
Generate a random value for the given type.- Specified by:
getRandomValue
in interfaceRandomizer<Void>
- Returns:
- a random value for the given type
-