Seed function doubt

seed function is not clear. Can you explain a bit?

hey @Mohit2000 ,
Actually if you go a bit deeper in random value generators , then there is actually a value being used to start a particular series that generates those random values.
Hence by using that seed value, we just initialize the start of that series and hence now whenever we call the random function to get some new random numbers , then we get those same numbers as we get in the first try.

I hope this helps.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.