![]() |
klMatrix
|
#include <kl_random_number_generator.h>
Public Member Functions | |
klCauchyRV (double dk=0.50, bool bSeedFromClock=true, unsigned int rvSeed=1) | |
virtual TYPE | operator() () |
void | klCauchyRVReset (bool bSeedFromClock=true, double dk=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 | |
void | cauchy () |
Private Attributes | |
double | Cauchy_X |
double | Cauchy_k |
unsigned int | seedValue |
klUniformRV< double > | Cauchy_R1 |
|
inline |
|
inlineprivate |
|
inline |
|
inlinevirtual |
|
private |
|
private |
|
private |
|
private |