I have N number of objects (between 2-6, depending on amount of players), and I want to give each player an ID between 1 and N (if its just 2 players, I want ID 1 and 2, and not anything higher).
A normal spread value will always return the same ID to each player, and its not random enough.
Anyone have a simple way to do this??