Randomizing 3 Trials

Hello, I wanted to randomize my three trials, groove, enjoy, and familiar so that they occur in a random order each time I go through the loop.

E.g. If I was going through the loop 3 times the trials would randomly appear as:
groove, enjoy, familiar
familiar, enjoy, groove
enjoy, groove familiar

How would I go about doing this?

Thanks!