Put your strings into an array.
Set a variable to a random number - floor(random(array.width)). Use this number to read the string in the array at that index array.at(variable), then array - delete that index.
You can do the same thing with a permutation table - each number in sequence will be randomized, and refer to an index in the array where you have your string.