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