RAND_MAX
Syntax
#include <stdlib.h>
Remarks
The constant RAND_MAX
is the maximum value that can be returned by the rand
function. RAND_MAX
is defined as the value 0x7fff.
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
RAND_MAX
#include <stdlib.h>
The constant RAND_MAX
is the maximum value that can be returned by the rand
function. RAND_MAX
is defined as the value 0x7fff.