

Public Member Functions | |
| Gamma1 (Real) | |
| Real | Density (Real) const |
| Real | Next () |
| ExtReal | Mean () const |
| ExtReal | Variance () const |
Private Attributes | |
| Real | ln_gam |
| Real | ralpha |
| Real | alpha |
|
|
Definition at line 503 of file newran.cpp. References alpha, ln_gam, ln_gamma(), and ralpha.
|
|
|
Reimplemented from Random. Definition at line 506 of file newran.cpp. References Real.
|
|
|
Reimplemented from PosGen. Definition at line 69 of file newran.cpp.
00069 { return alpha; }
|
|
|
Reimplemented from PosGen. Definition at line 512 of file newran.cpp. References PosGen::Next(), ralpha, and Real.
00513 { return pow(PosGen::Next(),ralpha); }
|
|
|
Reimplemented from PosGen. Definition at line 70 of file newran.cpp.
00070 { return alpha; }
|
|
|
Definition at line 64 of file newran.cpp. Referenced by Gamma1(). |
|
|
Definition at line 64 of file newran.cpp. Referenced by Gamma1(). |
|
|
Definition at line 64 of file newran.cpp. |
1.3.3