std::random_device::max
来自 cppreference.com
< cpp | numeric | random | random device
static constexpr result_type max(); |
(自 C++11 起) | |
返回随机数引擎可能生成的最高值。
[编辑] 返回值
std::numeric_limits<unsigned int>::max()
[编辑] 复杂度
常量。
[编辑] 另请参阅
[static] (C++11) |
获取输出范围内的最小可能值 (公共静态成员函数) |