Namespaces
Variants

std::random_device:: max

From cppreference.net

static constexpr result_type max ( ) ;
(C++11以降)

乱数生成エンジンが生成する可能性のある最大値を返します。

戻り値

std:: numeric_limits < unsigned int > :: max ( )

計算量

定数。

関連項目

[static]
出力範囲で取り得る最小値を取得する
(公開静的メンバ関数)