std::random_device::min

出自cppreference.com
< cpp‎ | numeric‎ | random‎ | random device
 
 
 
 
 
static constexpr result_type min();
(C++11 起)

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

[編輯] 返回值

0u

[編輯] 複雜度

常數。

[編輯] 參閱

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