Namespaces
Variants

std::independent_bits_engine<Engine,W,UIntType>:: max

From cppreference.net

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

エンジンアダプタによって生成され得る最大値を返します。この値は 2 w
- 1 に等しい。

目次

パラメータ

(なし)

戻り値

最大限に生成される可能性のある値。

計算量

定数。

関連項目

[static]
出力範囲で取り得る最小値を取得する
(public static member function)