Ahh i printed it to the screen on the forloop and it does in fact bring the same int at occasions. Will have to do some check and for every duplicate i need to rerun one loop atleast or perhaps more for every duplicate entry
Im not sure if this is the best way to go about it. But it works.
I get the Int’s it randomly selected and write it to an array at the end of the loop body, and then during the loop it checks if that int was already selected. If it was (false) then i just rerun that specific loop body and not the entire loop)