ZipfLengthGeneratorConfigΒΆ
class ZipfLengthGeneratorConfig ( BaseLengthGeneratorConfig )
Polymorphic Type:
type: zipfAll
BaseLengthGeneratorConfigtypes:
fixed: FixedLengthGeneratorConfig
fixed_stair: StairLengthGeneratorConfig
uniform: UniformLengthGeneratorConfig
inverse_gaussian: InverseGaussianLengthGeneratorConfig
Fields:
thetafloat =0.6Theta parameter for the Zipf distribution.
scramblebool =FalseWhether to scramble the Zipf distribution.
minint =6Minimum value to generate.
maxint =12Maximum value to generate.