std::philox_engine<UIntType,w,n,r,consts>::max
< cpp | numeric | random | philox engine
static constexpr result_type max();
|
(C++26 起) | |
返回随机数引擎潜在生成的最大值。
返回值
2w
-1
复杂度
常数。
参阅
[静态] (C++26)
|
获取输出范围中的最小可能值 (公开静态成员函数) |
static constexpr result_type max();
|
(C++26 起) | |
返回随机数引擎潜在生成的最大值。
2w
-1
常数。
[静态] (C++26)
|
获取输出范围中的最小可能值 (公开静态成员函数) |