ZipfLengthGeneratorConfig ========================= **class** ``ZipfLengthGeneratorConfig`` **(** :doc:`BaseLengthGeneratorConfig` **)** **Polymorphic Type:** ``type: zipf`` All ``BaseLengthGeneratorConfig`` types: - ``fixed``: :doc:`FixedLengthGeneratorConfig` - ``fixed_stair``: :doc:`StairLengthGeneratorConfig` - ``uniform``: :doc:`UniformLengthGeneratorConfig` - ``zipf``: :doc:`ZipfLengthGeneratorConfig` - ``inverse_gaussian``: :doc:`InverseGaussianLengthGeneratorConfig` **Fields:** ``theta`` : *float* = ``0.6`` Theta parameter for the Zipf distribution. ``scramble`` : *bool* = ``False`` Whether to scramble the Zipf distribution. ``min`` : *int* = ``6`` Minimum value to generate. ``max`` : *int* = ``12`` Maximum value to generate.