rand
Example: rand | Mathematics Functions |
Gets a random integer between 0 and 32767.
int rand( void );
Before invoking rand, call srand to seed the pseudo-random number generator.
Return Values
Returns a pseudo-random integer in the range 0 to 32767.
Example: rand | Mathematics Functions |
Gets a random integer between 0 and 32767.
int rand( void );
Before invoking rand, call srand to seed the pseudo-random number generator.
Returns a pseudo-random integer in the range 0 to 32767.
Tips to improve your search results... VuGen Function ReferenceVersion 24.1-24.3Function Reference24.1-24.3AllView Local Help CenterView Online Help CenterVersion: