generate random numbers c code example Example: how to genrate a random number in C srand(time(NULL)); int r = rand();