How Do I Generate a Random Animation Without Repeats?

Add the Array Tools extension to your game. Create an array of the 51 number. Shuffle the array, and then either use the Shift array child with index 0, or pop array child.

So populate it this way:

and get the next animation with a pop:
image

or with a shift:
image