#include <itpp/base/random.h>
Public Member Functions | |
Rayleigh_RNG (double sigma=1.0) | |
Constructor. Set sigma. | |
void | setup (double sigma) |
Set sigma. | |
double | get_setup () |
Get sigma. | |
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 628 of file random.h.
|
Constructor. Set sigma.
Definition at line 408 of file random.cpp. References setup(). |
|
Set sigma.
Definition at line 634 of file random.h. Referenced by Rayleigh_RNG(). |
|
Get sigma.
|
|
Get one sample.
|
|
Get a sample vector.
Definition at line 413 of file random.cpp. |
|
Get a sample matrix.
Definition at line 423 of file random.cpp. |
Generated on Fri Jan 11 08:51:42 2008 for IT++ by Doxygen 1.3.9.1