libstdc++
|
#include <random.h>
Classes | |
struct | param_type |
Public Types | |
typedef _RealType | result_type |
Friends | |
bool | operator== (const uniform_real_distribution &__d1, const uniform_real_distribution &__d2) |
Uniform continuous distribution for random numbers.
A continuous random distribution on the range [min, max) with equal probability throughout the range. The URNG should be real-valued and deliver number in the range [0, 1).
typedef _RealType std::uniform_real_distribution< _RealType >::result_type |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Generating functions.
Definition at line 1860 of file random.h.
References std::uniform_real_distribution< _RealType >::operator()().
Referenced by std::uniform_real_distribution< _RealType >::operator()().
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |