Namespaces
Variants

std::philox_engine<UIntType,w,n,r,consts>:: max

From cppreference.net

static constexpr result_type max ( ) ;
(自 C++26 起)

返回随机数引擎可能生成的最大值。

返回值

2 w
-1

复杂度

常量。

参见

[static]
获取输出范围内的最小可能值
(公开静态成员函数)