Package 

Class RandomGenerator.RandomDoubleGenerator

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