#include <random.h>
Collaboration diagram for SPUC::Exponential_RNG:

Public Member Functions | |
| Exponential_RNG (double lambda=1.0) | |
| constructor. Set lambda. | |
| void | setup (double lambda) |
| Set lambda. | |
| double | get_setup () const |
| get lambda | |
| double | operator() () |
| Get one sample. | |
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4