I wrote up a program that can sort words and determine any anagrams. I want to generate an array of random strings so that I can test my method\'s runtime.
publi
Why generating random words? When you can use some dictionaries.