What would be the best way to go about getting a function that returns a random English word (preferably a noun), without keeping a list of all possible words in a file before hand?
Edit: Sorry for the failure of wording. After the tiniest amount of thought i suppose i am after some sort of online list or api that would not require me to have a massive list of all the words stored on my server.