uniform#
- class uniform(low=None, high=None, **kwargs)[source]#
Bases:
DistUniform distribution, values on interval (low, high)
- Parameters:
low (float) – the lower bound of the distribution (default 0.0)
high (float) – the upper bound of the distribution (default 1.0)
Attributes
bitgenstateGet the current state
state_intGet the integer corresponding to the current state
Methods