Random Array and Comparison

Here’s the stitch.

Words_Array
Pattern_Array (created by a random function that pulls from Words_Array and stores the index)

Now I want to create another array called

Choices_Array

that will compare Pattern_Array to Words_Array and not repeat any of the Pattern_Array index’s in the new array.

Any ideas?

Or know of a function?

Thank in advance