Or bring all words into the array.
Choose by ...
Index = floor(random(0,array.width))
word = array.at(index)
use that action Array > Delete to delete the entry at x = Index to exclude it from the next random choice.
When the array.width = zero, then all words are used.