Class AbstractRangeRandomizer
-
- All Implemented Interfaces:
-
io.github.krandom.api.Randomizer
public abstract class AbstractRangeRandomizer<T> extends AbstractRandomizer<T>
Abstract class for range randomizers.
Rémi Alvergnat ([email protected])
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.github.krandom.randomizers.AbstractRandomizer
toString
-
Methods inherited from class io.github.krandom.api.Randomizer
getRandomValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-