InverseGaussianLengthGeneratorConfig ==================================== **class** ``InverseGaussianLengthGeneratorConfig`` **(** :doc:`BaseLengthGeneratorConfig` **)** **Polymorphic Type:** ``type: inverse_gaussian`` All ``BaseLengthGeneratorConfig`` types: - ``fixed``: :doc:`FixedLengthGeneratorConfig` - ``fixed_stair``: :doc:`StairLengthGeneratorConfig` - ``uniform``: :doc:`UniformLengthGeneratorConfig` - ``zipf``: :doc:`ZipfLengthGeneratorConfig` - ``inverse_gaussian``: :doc:`InverseGaussianLengthGeneratorConfig` **Fields:** ``mean`` : *float* = ``500.0`` Mean parameter for the inverse Gaussian distribution. ``shape`` : *float* = ``300.0`` Shape (lambda) parameter for the inverse Gaussian distribution. Lower values mean more spread.