rand()
Generate a random number between 0 and 1. This function returns the same number each time the script is executed, unless the random number generator is seeded using the srand() function. {N}