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

std::independent_bits_engine cppreference.com
cppreference.com

std::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>
template< class Engine, size_t w, class UIntType > class independent_bits_engine;
( C++11)

-

result_type UIntType

-

:
constructs the engine adaptor
Google.
. .

(public -) []
:
sets the state of the underlying engine
Google.
. .

(public -) []
:
returns the underlying engine
Google.
. .

(public -) []
:
Generation
Google.
. .
:
advances the state of the underlying engine and returns the generated value
Google.
. .

(public -) []
:
advances the adaptor's state by a specified amount
Google.
. .

(public -) []
:
Characteristics
Google.
. .
[static]
gets the smallest possible value in the output range of the underlying engine
(public static -) []
[static]
:
gets the largest possible value in the output range of the underlying engine
Google.
. .

(public static -) []

,

:
compares the internal states of the adaptors and underlying engines
Google.
. .

() []
:
performs stream input and output on pseudo-random number engine adaptor
Google.
. .

() []

Web Proxy Viewer  |  New URL  |  Original Page