UniformLengthGeneratorConfig ============================ **class** ``UniformLengthGeneratorConfig`` **(** :doc:`BaseLengthGeneratorConfig` **)** **Polymorphic Type:** ``type: uniform`` All ``BaseLengthGeneratorConfig`` types: - ``fixed``: :doc:`FixedLengthGeneratorConfig` - ``fixed_stair``: :doc:`StairLengthGeneratorConfig` - ``uniform``: :doc:`UniformLengthGeneratorConfig` - ``zipf``: :doc:`ZipfLengthGeneratorConfig` - ``inverse_gaussian``: :doc:`InverseGaussianLengthGeneratorConfig` **Fields:** ``min`` : *int* = ``6`` Minimum value to generate. ``max`` : *int* = ``12`` Maximum value to generate.