[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/numeric/random/linear_congruential_engine/seed [Back]  [Original]

std::linear_congruential_engine::seed cppreference.com
cppreference.com

std::linear_congruential_engine::seed

cppreference.com

<metanoindex/>

 
C++
(C++20)
(C++20)
(C++11)
(C++20)
/
(C++11)
(C++11)
(C++11)
(C++17)
 
(C++17)
(C++20)
(C++11)
(C++11)
(C++17)
(C++17)
(C++20)
(C++20)
(C++11)
(C++17)
(C++20)
(C++23)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
 
 
 
<tbody> </tbody>
void seed( result_type value = default_seed );
(1) ( C++11)
template< class Sseq > void seed( Sseq& seq );
(2) ( C++11)
, .
:
Reinitializes the internal state of the random-number engine using new seed value.
Google.
. .

value
:
seed value to use in the initialization of the internal state
Google.
. .
seq
,
:
seed sequence to use in the initialization of the internal state
Google.
. .

()


Web Proxy Viewer  |  New URL  |  Original Page