FreeBSD Manual Pages
std::linear...engine::seed(3) C++ Standard Libarystd::linear...engine::seed(3) NAME std::linear_congruential_engine::seed - std::linear_congruential_en- gine::seed Synopsis void seed( result_type value = default_seed ); (1) (since C++11) template< class Sseq > (2) (since C++11) void seed( Sseq& seq ); Reinitializes the internal state of the random-number engine using new seed value. This section is incomplete Parameters value - seed value to use in the initialization of the internal state seq - seed sequence to use in the initialization of the internal state Exceptions Throws nothing. Complexity This section is incomplete http://cppreference.com 2022.07.31 std::linear...engine::seed(3)
NAME | Synopsis | Parameters | Exceptions | Complexity
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::linear_congruential_engine::seed&sektion=3&manpath=FreeBSD+Ports+15.0>
