random#

class random(**kwargs)[source]#

Bases: Dist

Random distribution, with values on the interval (0, 1)

Attributes

bitgen

state

Get the current state

state_int

Get the integer corresponding to the current state

Methods