initializes the probability distribution
returns an exp distribution with a different beta
returns a exp distribued number
returns a exp distribued number with the given beta (survival rate, average) f=1/beta*exp(-x/beta)
chainable call style initialization of variables (thorugh a call to randomize)
initializes the given variable with an exponentially distribued number
initializes the given variable with an exponentially distribued number with scale parameter beta
initializes the given variable with an exponentially distribued number and maps op on it
complement of the cumulative density distribution (integral x..infinity probDensityF)
inverse probability distribution
probability distribution
tail for exponential distribution
exp distribution with different default scale parameter beta f=1/beta*exp(-x/beta) for x>0, 0 otherwise
internal source of exp distribued numbers
class that returns exponential distributed numbers (f=exp(-x) for x>0, 0 otherwise)