Uses of Class
io.github.krandom.randomizers.misc.EnumRandomizer
Packages that use EnumRandomizer
Package
Description
This package contains collection randomizers.
-
Uses of EnumRandomizer in io.github.krandom.randomizers.collection
Constructors in io.github.krandom.randomizers.collection with parameters of type EnumRandomizerModifierConstructorDescriptionEnumSetRandomizer
(EnumRandomizer<E> delegate) Create a newEnumSetRandomizer
that will generate anEnumSet
with a random number of elements.EnumSetRandomizer
(EnumRandomizer<E> delegate, int nbElements) Create a newEnumSetRandomizer
that will generate anEnumSet
with a fixed number of elements.