ExpSource.ExpDistribution

exp distribution with different default scale parameter beta f=1/beta*exp(-x/beta) for x>0, 0 otherwise

Members

Functions

getRandom
T getRandom()

returns a single number

opCall
ExpDistribution opCall(U a, S args)

chainable call style initialization of variables (thorugh a call to randomize)

randomize
U randomize(U a)

initialize a

randomize
U randomize(U a, V b)

initialize a

Static functions

create
ExpDistribution create(ExpSource source, T beta)

constructor

Variables

beta
T beta;
Undocumented in source.
source
ExpSource source;
Undocumented in source.

Meta