hi, could somebody explain for me what the difference is between rand() and srand() in generating numbers
rand function returns numbers between 0 and RAND_MAX srand takes an integer seed and jumps to that location in its squence.