rand.c

The libc implementation

Author

Martin ‘Solar’ Baute

License

Public Domain

Summary
rand.cThe libc implementation
Functions
randReturns a random number between 0 and RAND_MAX

Functions

rand

int rand(void)

Returns a random number between 0 and RAND_MAX

int rand(void)
Returns a random number between 0 and RAND_MAX