|
VMS Help CRTL, rand *Conan The Librarian |
Returns pseudorandom numbers in the range 0 to 2[31] - 1.
Format
#include <stdlib.h>
int rand (void);
int rand_r (unsigned int seed); (Integrity servers, Alpha)
Additional Information (explode) :
|
|