Namespaces
Variants

std::normal_distribution<RealType>:: min

From cppreference.net

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

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

목차

매개변수

(없음)

반환값

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

복잡도

상수.

참고 항목

(C++11)
잠재적으로 생성 가능한 최댓값을 반환
(public member function)