|
Skylark (Sketching Library)
0.1
|
#include <distributions.hpp>
Public Types | |
| typedef ValueType | result_type |
Public Member Functions | |
| template<typename URNG > | |
| ValueType | operator() (URNG &prng) const |
| void | reset () |
Radamachar distribution - +1 and -1 with equal probability.
Definition at line 41 of file distributions.hpp.
| typedef ValueType skylark::utility::rademacher_distribution_t< ValueType >::result_type |
Definition at line 43 of file distributions.hpp.
| ValueType skylark::utility::rademacher_distribution_t< ValueType >::operator() | ( | URNG & | prng | ) | const [inline] |
Definition at line 46 of file distributions.hpp.
| void skylark::utility::rademacher_distribution_t< ValueType >::reset | ( | ) | [inline] |
Definition at line 51 of file distributions.hpp.
1.7.6.1