expon#

class expon(scale=1.0, **kwargs)[source]#

Bases: Dist

Exponential distribution

Parameters:

scale (float) – the scale of the distribution (default 1.0)

Attributes

bitgen

state

Get the current state

state_int

Get the integer corresponding to the current state

Methods