Hey guys, I'm trying to assign random integer values to various instances. I want each instance to have its own unique value.
But when i randomly assign one there is a chance, a small one, that 2 or more instances might have the same value.
What should I do to prevent this?
Thanks for your help and time!