std::random_device::max
From cppreference.com
< cpp | numeric | random | random device
| static constexpr result_type max(); |
(C++11以降) | |
乱数生成器が生成する可能性のある最大値を返します。
[編集] 戻り値
std::numeric_limits<unsigned int>::max()
[編集] 計算量
定数。
[編集] 関連項目
| [static] |
出力範囲の最小値を返します。 (public static member function) |