-
Hello Sir,
So, in none of the cases the output was same as expected. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey Samrat, Looks like the operation seed is getting reset every time you call the for loop. I'd try running the different combinations of the seed you've run without the for loop. For example:
You should notice the same outputs (because the global seed has been set), give it a try with the operational level seed too. It can be quite confusing at first but with some practice, you'll get used to it. For further practice, I'd also try reproducing the code in the |
Beta Was this translation helpful? Give feedback.
Hey Samrat,
Looks like the operation seed is getting reset every time you call the for loop.
I'd try running the different combinations of the seed you've run without the for loop.
For example:
You should notice the same outputs …