Skylark (Sketching Library)  0.1
Public Types | Public Member Functions
skylark::utility::standard_levy_distribution_t< ValueType > Struct Template Reference

#include <distributions.hpp>

List of all members.

Public Types

typedef ValueType result_type

Public Member Functions

 standard_levy_distribution_t ()
template<typename URNG >
ValueType operator() (URNG &prng) const
void reset ()

Detailed Description

template<typename ValueType>
struct skylark::utility::standard_levy_distribution_t< ValueType >

Levy distribution

Definition at line 17 of file distributions.hpp.


Member Typedef Documentation

template<typename ValueType >
typedef ValueType skylark::utility::standard_levy_distribution_t< ValueType >::result_type

Definition at line 21 of file distributions.hpp.


Constructor & Destructor Documentation

template<typename ValueType >
skylark::utility::standard_levy_distribution_t< ValueType >::standard_levy_distribution_t ( ) [inline]

Definition at line 23 of file distributions.hpp.


Member Function Documentation

template<typename ValueType >
template<typename URNG >
ValueType skylark::utility::standard_levy_distribution_t< ValueType >::operator() ( URNG &  prng) const [inline]

Definition at line 28 of file distributions.hpp.

template<typename ValueType >
void skylark::utility::standard_levy_distribution_t< ValueType >::reset ( ) [inline]

Definition at line 33 of file distributions.hpp.


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