![]() |
klMatrix
|
#include <kl_random_number_generator.h>
Public Member Functions | |
klParetoRV (double dk=0.50, double dj=0.75, bool bSeedFromClock=true, unsigned int rvSeed=1) | |
virtual TYPE | operator() () |
void | klParetoRVReset (bool bSeedFromClock=true, double dk=0.50, double dj=0.75, 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 | pareto () |
Private Attributes | |
klUniformRV< double > | Pareto_R1 |
double | Pareto_X |
double | Pareto_k |
double | Pareto_j |
unsigned int | seedValue |
|
inline |
|
inline |
|
inlinevirtual |
|
inlineprivate |
|
private |
|
private |
|
private |
|
private |
|
private |