klMatrix
Public Member Functions | Private Member Functions | Private Attributes
klCauchyRV< TYPE > Class Template Reference

#include <kl_random_number_generator.h>

Inheritance diagram for klCauchyRV< TYPE >:
Inheritance graph
Collaboration diagram for klCauchyRV< TYPE >:
Collaboration graph

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)
 
- Public Member Functions inherited from klMersenneTwister
 klMersenneTwister (int s=4357)
 
virtual ~klMersenneTwister ()
 
void reset (unsigned int s=0)
 
unsigned int nextValue ()
 
double nextNormalizedValue ()
 
- Public Member Functions inherited from klRV< TYPE >
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
 

Constructor & Destructor Documentation

template<class TYPE>
klCauchyRV< TYPE >::klCauchyRV ( double  dk = 0.50,
bool  bSeedFromClock = true,
unsigned int  rvSeed = 1 
)
inline

Here is the call graph for this function:

Member Function Documentation

template<class TYPE>
void klCauchyRV< TYPE >::cauchy ( )
inlineprivate

Here is the caller graph for this function:

template<class TYPE>
void klCauchyRV< TYPE >::klCauchyRVReset ( bool  bSeedFromClock = true,
double  dk = 0.50,
unsigned int  rvSeed = 1 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

template<class TYPE>
virtual TYPE klCauchyRV< TYPE >::operator() ( )
inlinevirtual

Implements klRV< TYPE >.

Here is the call graph for this function:

Field Documentation

template<class TYPE>
double klCauchyRV< TYPE >::Cauchy_k
private
template<class TYPE>
klUniformRV<double> klCauchyRV< TYPE >::Cauchy_R1
private
template<class TYPE>
double klCauchyRV< TYPE >::Cauchy_X
private
template<class TYPE>
unsigned int klCauchyRV< TYPE >::seedValue
private

The documentation for this class was generated from the following file: