Namespaces
Variants

std::philox_engine<UIntType,w,n,r,consts>:: max

From cppreference.net

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

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

戻り値

2 w
-1

計算量

定数。

関連項目

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