[Solved] how i can shuffle or randomize all words in textfile?
[ad_1] Extract each separate word as a string and add it to a string array. Shuffle your string array. Print out the words in your array in their new shuffled order. [ad_2] solved how i can shuffle or randomize all words in textfile?