#include <newran.h>
Inheritance diagram for PosGenX:


Public Member Functions | |
| char * | Name () |
| PosGenX (PDF fx) | |
| Real | Density (Real x) const |
Private Member Functions | |
| void | operator= (const PosGenX &) |
Private Attributes | |
| f | |
|
|
Definition at line 332 of file newran.cpp. References f.
00332 { f=fx; }
|
|
|
Reimplemented from Random. Definition at line 239 of file newran.h. References Real.
00239 { return (*f)(x); }
|
|
|
Reimplemented from PosGen. Definition at line 908 of file newran.cpp.
00908 { return "PosGenX"; }
|
|
|
Definition at line 233 of file newran.h.
00233 {} // private so can't access
|
|
|
Definition at line 234 of file newran.h. Referenced by PosGenX(). |
1.3.3