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


Public Member Functions | |
| char * | Name () |
| SymGenX (PDF fx) | |
| Real | Density (Real x) const |
Private Member Functions | |
| void | operator= (const SymGenX &) |
Private Attributes | |
| f | |
|
|
Definition at line 334 of file newran.cpp. References f.
00334 { f=fx; }
|
|
|
Reimplemented from Random. Definition at line 250 of file newran.h. References Real.
00250 { return (*f)(x); }
|
|
|
Reimplemented from SymGen. Definition at line 909 of file newran.cpp.
00909 { return "SymGenX"; }
|
|
|
Definition at line 244 of file newran.h.
00244 {} // private so can't access
|
|
|
Definition at line 245 of file newran.h. Referenced by SymGenX(). |
1.3.3