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

std::independent_bits_engine::independent_bits_engine cppreference.com
cppreference.com

std::independent_bits_engine::independent_bits_engine

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>
independent_bits_engine();
(1) ( C++11)
template< class Sseq > explicit independent_bits_engine( Sseq& seq );
(2) ( C++11)
explicit independent_bits_engine( const Engine& e );
(3) ( C++11)
explicit independent_bits_engine( const Engine&& e );
(4) ( C++11)
.
:
Constructs new pseudo-random engine adaptor.
Google.
. .
1)
. -.
:
Default constructor. The underlying engine is also default-constructed.
Google.
. .
2)
seq .
:
Constructs the underlying engine with seed sequence seq.
Google.
. .
3)
e.
:
Constructs the underlying engine with a copy of e.
Google.
. .
4)
Move- e. e , .
:
Move-constructs the underlying engine with e. e holds unspecified, but valid state afterwards.
Google.
. .

seq
:
seed sequence to construct the underlying engine with
Google.
. .
e
:
pseudo-random number engine to initialize with
Google.
. .

Web Proxy Viewer  |  New URL  |  Original Page