Namespaces
Variants

std::linear_congruential_engine<UIntType,a,c,m>:: max

From cppreference.net

static constexpr result_type max ( ) ;
(C++11부터)

난수 엔진이 잠재적으로 생성할 수 있는 최댓값을 반환합니다.

반환값

m - 1u

복잡도

상수.

참고 항목

[static]
출력 범위에서 가능한 가장 작은 값을 얻음
(public static member function)