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

std::shuffle_order_engine cppreference.com
cppreference.com

std::shuffle_order_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 p, size_t r > class shuffle_order_engine;
( C++11)

-

result_type typename Engine::result_type

-

:
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.
. .

() []

constexpr size_t table_size
[static]

(public static -)

Web Proxy Viewer  |  New URL  |  Original Page