normal#
- class normal(loc=0.0, scale=1.0, **kwargs)[source]#
Bases:
Dist
Normal distribution
- Parameters:
loc (float) – the mean of the distribution (default 0.0)
scale (float) the standard deviation of the distribution (default 1.0)
Attributes
bitgen
state
Get the current state
state_int
Get the integer corresponding to the current state
Methods