-

Difference between revisions of "Functions HI-TECH C RAND"

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search
(Created page with "<strong>RAND</strong> ==SYNOPSIS== #include <stdlib.h> int rand(void) ==DESCRIPTION== <strong>Rand</strong>() is a pseudo-random number generator. It returns an inte...")
 
(No difference)

Latest revision as of 23:04, 31 July 2017

RAND

SYNOPSIS

#include  <stdlib.h>

int rand(void)


DESCRIPTION

Rand() is a pseudo-random number generator. It returns an integer in the range 0 to 32767, which changes in a pseudo-random fashion on each call.

SEE ALSO

srand