IntDistribution#
- class IntDistribution(low: int, high: int, step: int = 1, log: bool = False)[source]#
Bases:
BaseDistribution
Integer-based distribution.
The input parameters aren’t validated.
Look at
suggest_int()
to find more about the meaning of parameters.Attributes