#include <RandomFuns.h>
Inheritance diagram for Poisson2Fun:


Definition at line 161 of file RandomFuns.h.
Public Member Functions | |
| Poisson2Fun (const FloatFun &rnd_, double mean_, const char *name_=0) | |
| Constructor from a C style string, serves as default constructor. | |
| Poisson2Fun (const FloatFun &rnd_, double mean_, const std::string &name_) | |
| Constructor from a C++ string. | |
| virtual int | operator() () const |
| Returns a poisson distributed value. | |
| virtual const FillIterator * | getIterator () const |
| Returns pointer to iterator, if any. | |
Protected Member Functions | |
| virtual | ~Poisson2Fun () |
| Protected destructor ensures creation on the heap. | |
Protected Attributes | |
| FloatFun & | gaussrnd |
|
||||||||||||||||
|
Constructor from a C style string, serves as default constructor.
Definition at line 157 of file RandomFuns.C. |
|
||||||||||||||||
|
Constructor from a C++ string.
Definition at line 162 of file RandomFuns.C. |
|
|
The gaussian random function Definition at line 182 of file RandomFuns.h. Referenced by getIterator(), operator()(), and ~Poisson2Fun(). |
1.3.2