What is the difference between the built-in functions rand() and srand() in awk programming?

What is the difference between the built-in functions rand() and srand() in awk programming? Correct Answer rand() generates the same random number always whenever the program runs but srand() generates the different

Related Questions

rand() and srand() functions are used _____________
rand() and srand() functions are used . . . . . . . .
What is the default value of seed if function rand() is called before srand()?
What is the meaning of $ sign in awk programming?
What is expression in awk programming?