#include <itpp/base/random.h>
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. | |
vec | operator() (int n) |
Get a sample vector. | |
mat | operator() (int h, int w) |
Get a sample matrix. |
Definition at line 376 of file random.h.
|
constructor. Set lambda.
Definition at line 224 of file random.cpp. References setup(). |
|
Set lambda.
Definition at line 381 of file random.h. Referenced by Exponential_RNG(), itpp::randexp(), and itpp::Poisson_Packet_Generator::set_parameters(). |
|
get lambda
|
|
Get one sample.
|
|
Get a sample vector.
Definition at line 229 of file random.cpp. |
|
Get a sample matrix.
Definition at line 239 of file random.cpp. |
Generated on Thu Apr 19 14:24:02 2007 for IT++ by Doxygen 1.4.6