std::independent_bits_engine
提供:cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| Defined in header <random>
|
||
| template< class Engine, |
(C + + 11以来) | |
| This section is incomplete |
[編集] メンバータイプ
| メンバー·タイプ
Original: Member type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Definition |
result_type
|
UIntType |
[編集] メンバ関数
| エンジン·アダプタを構築します Original: constructs the engine adaptor The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバ関数) | |
| 基礎となるエンジンの状態を設定します Original: sets the state of the underlying engine The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバ関数) | |
| 基礎となるエンジンを返します Original: returns the underlying engine The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバ関数) | |
Original: Generation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
| 進歩基礎となるエンジンの状態と、生成された値を返します Original: advances the state of the underlying engine and returns the generated value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバ関数) | |
| 指定した量だけ進歩アダプタの状態を Original: advances the adaptor's state by a specified amount The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバ関数) | |
Original: Characteristics The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
| [静的] |
gets the smallest possible value in the output range of the underlying engine (公共の静的メンバ関数) |
| [静的] |
基礎となるエンジンの出力範囲で使用可能な最大値を取得します Original: gets the largest possible value in the output range of the underlying engine The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共の静的メンバ関数) |
[編集] 非メンバ関数
| アダプタは、基礎となるエンジンの内部状態を比較します Original: compares the internal states of the adaptors and underlying engines The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (機能) | |
| 擬似乱数エンジンアダプタ上のストリーム入出力を行います Original: performs stream input and output on pseudo-random number engine adaptor The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (機能) | |