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


Public Member Functions | |
| char * | Name () |
| AsymGenX (PDF fx, Real mx) | |
| Real | Density (Real x) const |
Private Member Functions | |
| void | operator= (const AsymGenX &) |
Private Attributes | |
| f | |
|
||||||||||||
|
Definition at line 336 of file newran.cpp. References f.
|
|
|
Reimplemented from Random. Definition at line 261 of file newran.h. References Real.
00261 { return (*f)(x); }
|
|
|
Reimplemented from AsymGen. Definition at line 910 of file newran.cpp.
00910 { return "AsymGenX"; }
|
|
|
Definition at line 255 of file newran.h.
00255 {} // private so can't access
|
|
|
Definition at line 256 of file newran.h. Referenced by AsymGenX(). |
1.3.3