How do I spawn items in a random order?

Add whatever makes them unique to an array, shuffle the array and then ForEach loop through the shuffled array.