blitz Version 0.10
|
#include <exponential.h>
Public Types | |
typedef T | T_numtype |
Public Member Functions | |
ExponentialUnit () | |
ExponentialUnit (unsigned int i) | |
T | random () |
typedef T ExponentialUnit< T, IRNG, stateTag >::T_numtype |
Reimplemented from UniformOpen< T, IRNG, stateTag >.
Reimplemented in Exponential< T, IRNG, stateTag >.
ExponentialUnit< T, IRNG, stateTag >::ExponentialUnit | ( | ) | [inline] |
ExponentialUnit< T, IRNG, stateTag >::ExponentialUnit | ( | unsigned int | i | ) | [inline, explicit] |
T ExponentialUnit< T, IRNG, stateTag >::random | ( | void | ) | [inline] |
Reimplemented from UniformOpen< T, IRNG, stateTag >.
Reimplemented in Exponential< T, IRNG, stateTag >.