UniformLengthGeneratorConfigΒΆ
class UniformLengthGeneratorConfig ( BaseLengthGeneratorConfig )
Polymorphic Type:
type: uniformAll
BaseLengthGeneratorConfigtypes:
fixed: FixedLengthGeneratorConfig
fixed_stair: StairLengthGeneratorConfig
uniform: UniformLengthGeneratorConfig
inverse_gaussian: InverseGaussianLengthGeneratorConfig
Fields:
minint =6Minimum value to generate.
maxint =12Maximum value to generate.