Why use seed function?

here seed function will return the same set of numbers every time … i am not able to understand clearly why we are using it how it will be used for future result?

hi @kushal1998
seed fixs the result of random generator.
so every time u fix the seed value same otputs will be generated
if u change the value of seed the value returned will aslo change