std::linear_congruential_engine::operator()
提供: cppreference.com
< cpp | numeric | random | linear congruential engine
![]() |
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
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. (パブリックメンバ関数) |