I'm creating a game in which players will need to sort objects on the screen into the correct target locations. I'm looking for a way to shuffle the objects so that no object starts in a correct location. So we don't devolve into a mad world of double negatives, I'm going to call the "correct answer" locations "avoid" locations, and "incorrect answer" locations "valid" locations for this sort.I'm creating a game in which players will need