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

FreeBSD Manual Pages

  
 
  

home | help
std::piecew...ution::reset(3) C++ Standard Libarystd::piecew...ution::reset(3)

NAME
       std::piecewise_constant_distribution::reset    -	   std::piecewise_con-
       stant_distribution::reset

Synopsis
	  void reset();	 (since	C++11)

	  Resets the internal state of the distribution	object.	After  a  call
       to this function,
	  the  next  call to operator()	on the distribution object will	not be
       dependent on
	  previous calls to operator().

Parameters
	  (none)

Return value
	  (none)

Complexity
	  Constant.

http://cppreference.com		  2022.07.31	 std::piecew...ution::reset(3)

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

home | help