std::linear_congruential_engine::operator()
提供:cppreference.com
< cpp | numeric | random | linear congruential engine
|
|
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. |
| result_type operator()(); |
(C + + 11以来) | |
擬似乱数値を生成します。エンジンの状態は、1つの位置によって進められ.
Original:
Generates a pseudo-random value. The state of the engine is advanced by one position.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
| This section is incomplete |
目次 |
[編集] パラメータ
(なし)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[編集] 値を返します
生成された擬似乱数.
Original:
The generated pseudo-random number.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[編集] 複雑
| This section is incomplete |
[編集] も参照してください
| 指定した量だけ進歩エンジンの状態を Original: advances the engine'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. (パブリックメンバ関数) | |