std::mersenne_twister_engine<UIntType,w,n,m,r,a,u,d,s,b,t,c,l,f>::max

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

返回隨機數引擎潛在生成的最大值。

[編輯] 返回值

2w
-1

[編輯] 複雜度

常數。

[編輯] 參閱

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