I hope image explains most of the problem. Let me know if need any other info.
The random nodes are called twice, once at 1, and then at 2:
Incidentally, you’re getting the index there, not the content.
What you were heading for was:
Thanks for reply
But I want to compare index not content actually. I trying to get this simple python code into BPs. But its really messed up as it has sort of several iterations. I am trying to get two different samples by index then remove those index from array after operation.
If you managed to do this please share the BP image.
Note that 215 result in Right corner will not always be same as these are trials. But you will get close value if you use same array elements.
Before I even remove it I still getting weird results.
Look here I am not even removing any index. Also I assigned all the values in array as index = value.
Still its printing them something else.
here is print event
I understood it now random gets called multiple times. I solve the issue like these thanks for help.
Excellent!