vg
tools for working with variation graphs
|
#include <statistics.hpp>
Public Types | |
typedef T | result_type |
Public Member Functions | |
uniform_real_distribution (T _a=0.0, T _b=1.0) | |
void | reset () |
template<class Generator > | |
T | operator() (Generator &_g) |
T | a () const |
T | b () const |
Protected Attributes | |
T | m_a |
T | m_b |
typedef T vg::uniform_real_distribution< T >::result_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |