Namespaces
Variants

std::normal_distribution<RealType>:: max

From cppreference.net

std::normal_distribution
Member functions
Generation
Characteristics
normal_distribution::max
(C++11)
Non-member functions
(C++11) (C++11) (until C++20)
(C++11) (C++11)
result_type max ( ) const ;
(C++11부터)

분포에 의해 잠재적으로 생성될 수 있는 최대값을 반환합니다.

목차

매개변수

(없음)

반환값

분포에 의해 잠재적으로 생성될 수 있는 최대값.

복잡도

상수.

참고 항목

(C++11)
잠재적으로 생성될 수 있는 최솟값을 반환
(public member function)