Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::normal...ibution::min(3) C++ Standard Libarystd::normal...ibution::min(3)

NAME
       std::normal_distribution::min - std::normal_distribution::min

Synopsis
	  result_type min() const;  (since C++11)

	  Returns the minimum value potentially	generated by the distribution.

Parameters
	  (none)

Return value
	  The minimum value potentially	generated by the distribution

Complexity
	  Constant.

See also
	  max	  returns the maximum potentially generated value
	  (C++11) (public member function)

http://cppreference.com		  2022.07.31	 std::normal...ibution::min(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::normal_distribution::min&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help