libstdc++
std::uniform_real_distribution< _RealType > Class Template Reference

Detailed Description

template<typename _RealType = double>
class std::uniform_real_distribution< _RealType >

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

Definition at line 1869 of file random.h.


The documentation for this class was generated from the following file: