命名空间
变体
操作

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

来自 cppreference.cn
< cpp‎ | numeric‎ | random‎ | philox engine
 
 
 
 
 
static constexpr result_type min();
(since C++26) (自 C++26 起)

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

[edit] 返回值

0u

[edit] 复杂度

常数。

[edit] 参见

[static] [静态]
gets the largest possible value in the output range 获取输出范围内的最大可能值
(public static member function) [edit]