MathSrand() and MathRand()

 
Can anybody further explain "the seed" and the MathSrand() function. I did read documentation but couldn't understand. In fact I did use MathRand() without MathSrand() and saw that MathRand() worked normally .
 
Set the seed and you get the same sequence each run.