libstdc++
|
Classes | |
struct | param_type |
Public Types | |
typedef _RealType | result_type |
Public Member Functions | |
uniform_real_distribution () | |
Public Attributes | |
__b | |
__pad0__: _M_param(__a | |
param_type | _M_param |
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 |
|
explicit |