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


Public Member Functions | |
| char * | Name () |
| Binomial (int p, Real n) | |
| virtual | ~Binomial () |
| Real | Next () |
| ExtReal | Mean () const |
| ExtReal | Variance () const |
Private Member Functions | |
| void | operator= (const Binomial &) |
Private Attributes | |
| Random * | method |
|
||||||||||||
|
Definition at line 478 of file newran.cpp. References ErrorNoSpace(), and method.
|
|
|
Definition at line 334 of file newran.h. References tron.
|
|
|
Reimplemented from Random. Definition at line 342 of file newran.h.
|
|
|
Reimplemented from Random. Definition at line 916 of file newran.cpp.
00916 { return "Binomial"; }
|
|
|
Reimplemented from Random. Definition at line 341 of file newran.h. References Real.
|
|
|
Definition at line 328 of file newran.h.
00328 {} // private so can't access
|
|
|
Reimplemented from Random. Definition at line 343 of file newran.h.
|
|
|
Definition at line 329 of file newran.h. Referenced by Binomial(). |
1.3.3