Package 

Class RandomGenerator.RandomCharGenerator

  • 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 = Char)@ConfigParam(name = max, type = Char) 
    public class RandomGenerator.RandomCharGenerator
    extends AbstractRandomGenerator<Char> implements ConfigurableRandomGenerator<Char>