

Public Member Functions | |
| Gamma2 (Real) | |
| Real | Density (Real) const |
| ExtReal | Mean () const |
| ExtReal | Variance () const |
Private Attributes | |
| Real | alpha |
| Real | ln_gam |
|
|
Definition at line 515 of file newran.cpp. References alpha, ln_gam, and ln_gamma().
|
|
|
Reimplemented from Random. Definition at line 518 of file newran.cpp. References Real.
|
|
|
Reimplemented from AsymGen. Definition at line 82 of file newran.cpp.
00082 { return alpha; }
|
|
|
Reimplemented from AsymGen. Definition at line 83 of file newran.cpp.
00083 { return alpha; }
|
|
|
Definition at line 78 of file newran.cpp. Referenced by Gamma2(). |
|
|
Definition at line 78 of file newran.cpp. Referenced by Gamma2(). |
1.3.3