libstdc++
std::uniform_int_distribution< _IntType > Class Template Reference

Detailed Description

template<typename _IntType = int>
class std::uniform_int_distribution< _IntType >

Uniform discrete distribution for random numbers. A discrete random distribution on the range $[min, max]$ with equal probability throughout the range.

Definition at line 1668 of file random.h.


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