名稱空間
變體
操作

std::shuffle_order_engine<Engine,K>::max

來自 cppreference.com
< cpp‎ | 數值‎ | 隨機‎ | 亂序引擎
 
 
 
 
 
static constexpr result_type max();
(C++11 起)

返回引擎介面卡可能生成的最大值。此值等於 e.max(),其中 e 是底層引擎。

目錄

[編輯] 引數

(無)

[編輯] 返回值

可能生成的最大值。

[編輯] 複雜度

常數時間。

[編輯] 參閱

[靜態]
獲取輸出範圍中的最小可能值
(public static member function) [編輯]