Skylark (Sketching Library)
0.1
|
#include <distributions.hpp>
Public Types | |
typedef ValueType | result_type |
Public Member Functions | |
standard_levy_distribution_t () | |
template<typename URNG > | |
ValueType | operator() (URNG &prng) const |
void | reset () |
Levy distribution
Definition at line 17 of file distributions.hpp.
typedef ValueType skylark::utility::standard_levy_distribution_t< ValueType >::result_type |
Definition at line 21 of file distributions.hpp.
skylark::utility::standard_levy_distribution_t< ValueType >::standard_levy_distribution_t | ( | ) | [inline] |
Definition at line 23 of file distributions.hpp.
ValueType skylark::utility::standard_levy_distribution_t< ValueType >::operator() | ( | URNG & | prng | ) | const [inline] |
Definition at line 28 of file distributions.hpp.
void skylark::utility::standard_levy_distribution_t< ValueType >::reset | ( | ) | [inline] |
Definition at line 33 of file distributions.hpp.