std::random_device::max
Aus cppreference.com
< cpp | numeric | random | random device
Version vom 1. Juli 2013, 20:39 Uhr von P12bot (Diskussion | Beiträge)
![]() |
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. |
static constexpr result_type max(); |
(seit C++11) | |
Gibt den maximalen Wert möglicherweise von dem Zufallszahlengenerator Motor erzeugt .
Original:
Returns the maximum value potentially generated by the random-number engine.
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.
Inhaltsverzeichnis |