#include <newran.h>
Inheritance diagram for Poisson:
Public Member Functions | |
char * | Name () |
Poisson (Real) | |
virtual | ~Poisson () |
Real | Next () |
ExtReal | Mean () const |
ExtReal | Variance () const |
Private Member Functions | |
void | operator= (const Poisson &) |
Private Attributes | |
Random * | method |
|
Definition at line 471 of file newran.cpp. References ErrorNoSpace(), and method.
|
|
Definition at line 312 of file newran.h. References tron.
|
|
Reimplemented from Random. Definition at line 320 of file newran.h.
|
|
Reimplemented from Random. Definition at line 915 of file newran.cpp.
00915 { return "Poisson"; } |
|
Reimplemented from Random. Definition at line 319 of file newran.h. References Real.
|
|
Definition at line 306 of file newran.h.
00306 {} // private so can't access
|
|
Reimplemented from Random. Definition at line 321 of file newran.h.
|
|
Definition at line 307 of file newran.h. Referenced by Poisson(). |