std::random_device::max
来自 cppreference.cn
< cpp | 数值 | 随机数 | random_device
static constexpr result_type max(); |
(C++11 起) | |
返回随机数引擎可能生成的最大值。
[编辑] 返回值
std::numeric_limits<unsigned int>::max()
[编辑] 复杂度
常数时间。
[编辑] 参阅
[静态] |
获取输出范围中的最小可能值 (public static member function) |