![]() |
klMatrix
|
#include <kl_random_number_generator.h>
Public Member Functions | |
klPoissonRV (double Poi_m=0.50, bool bSeedFromClock=true, unsigned int rvSeed=1) | |
virtual TYPE | operator() () |
void | klPoissonRVReset (bool bSeedFromClock=true, double Poi_m=0.50, unsigned int rvSeed=1) |
![]() | |
klMersenneTwister (int s=4357) | |
virtual | ~klMersenneTwister () |
void | reset (unsigned int s=0) |
unsigned int | nextValue () |
double | nextNormalizedValue () |
![]() | |
virtual TYPE | CDF (TYPE x) |
virtual TYPE | PDF (TYPE x) |
Private Member Functions | |
double | poisson () |
Private Attributes | |
double | Poisson_W |
double | Poisson_mu |
double | Poisson_X |
double | Poisson_U |
unsigned int | seedValue |
klUniformRV< double > | Poisson_U1 |
|
inline |
|
inline |
|
inlinevirtual |
|
inlineprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |