Doubt Regarding Problem

Why should np.random.seed be used in this problem?Whats its significance?

Hey @Sid10, Seed function is basically used to save the state of a random function, so that it can generate same random numbers on multiple executions of the code. So to make sure your output of Apna Time Ayega challenge is same as ours, we have asked you to use a random seed value of 11. If you won’t use seed function then your output won’t match with ours.

I hope you understand the concept ! :+1:
If there is any doubt do ask me again anytime :slight_smile:
Happy Learning :slight_smile:

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.