Apna time aaega

i want to know that if we use random see then it will remember the random numbers generated by it and will produce the similar output each time ?
so how can i use it.

Hey @footballer.salik, while calling the function generate_text() or whatever it is in your code, just add this line before you call that function,
np.random.seed(11)

And no other changes are required.

Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section. :blush: