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).