Package 

Class RandomGenerator.RandomIntGenerator

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