The libc implementation
Martin ‘Solar’ Baute
Public Domain
void srand(unsigned int seed)
Sets the new seed to be used by rand
int rand(void)