ZipfLengthGeneratorConfigΒΆ

class ZipfLengthGeneratorConfig ( BaseLengthGeneratorConfig )

Polymorphic Type:

type: zipf

All BaseLengthGeneratorConfig types:

Fields:

thetafloat = 0.6

Theta parameter for the Zipf distribution.

scramblebool = False

Whether to scramble the Zipf distribution.

minint = 6

Minimum value to generate.

maxint = 12

Maximum value to generate.