RAND_MAX
Aus 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. |
definiert in Header <cstdlib> | ||
#define RAND_MAX /*implementation defined*/ | ||
Ausdehnt einem ganzzahligen konstanter Ausdruck gleich dem maximalen Wert, der durch die Funktion std::rand zurückgegeben. Dieser Wert ist abhängig von der Implementierung. Es ist garantiert, dass dieser Wert mindestens 32767 ist .
Original:
Expands to an integer constant expression equal to the maximum value returned by the function std::rand. This value is implementation dependent. It's guaranteed that this value is at least 32767.
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.
[Bearbeiten]Siehe auch
erzeugt einen Pseudo-Zufallszahlengenerator Original: generates a 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. (Funktion) | |
initialisiert Pseudo-Zufallszahlengenerator Original: initializes pseudo-random number generator The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
C documentation for RAND_MAX |