How to specify random seed as 11 in notebook

Where to mention random seed as 11 in the code
as there is no option of random seed in “np.random.choice”

Hey @udayjain00, just use np.random.seed(11) in the cells where you don’t want to change the output of the cell. You can refer to the below link for the same :

Github code link

I hope this clears your doubt !
Happy Learning ! :slight_smile:

thank you for learning

______________ helping*

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.