How would I shuffle a set of integers? For example, you have set of hundred integers in ascending order: 1, 2, 3, 4, 5, 6, ... 100. The goal is shuffle this set into a random order with all 100 integers present, every integer just once. Hopefully there's a macro somewhere!