名稱空間
變體
操作

std::independent_bits_engine<Engine,W,UIntType>::max

來自 cppreference.com
 
 
 
 
 
static constexpr result_type max();
(C++11 起)

返回引擎介面卡可能生成的最大值。此值等於 2w
- 1。

目錄

[編輯] 引數

(無)

[編輯] 返回值

可能生成的最大值。

[編輯] 複雜度

常數時間。

[編輯] 參閱

[靜態]
獲取輸出範圍中的最小可能值
(public static 成員函式) [編輯]