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) | |
Создает псевдо-случайного значения. Состояние двигателя продвигается на одну позицию.
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.
| Этот раздел не завершён |
Содержание |
[править] Параметры
(Нет)
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.
[править] Сложность
| Этот раздел не завершён |
[править] См. также
| достижения состояния двигателя на заданную величину 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. (public функция-член) | |