#include <itpp_ext.h>
Public Member Functions | |
Gamma_RNG (double a=1.0, double b=1.0) | |
constructor. Set lambda. | |
void | setup (double a0, double b0) |
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. |