Package 

Class RandomGenerator.RandomByteGenerator

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.component.Component , icu.windea.breezeframework.core.component.ConfigurableComponent , icu.windea.breezeframework.core.component.ConfigurableRandomGenerator , icu.windea.breezeframework.core.component.RandomGenerator , icu.windea.breezeframework.core.component.TypedComponent , icu.windea.breezeframework.core.model.Configurable

    @ConfigParam(name = min, type = Byte)@ConfigParam(name = max, type = Byte) 
    public class RandomGenerator.RandomByteGenerator
    extends AbstractRandomGenerator<Byte> implements ConfigurableRandomGenerator<Byte>