This is a a small program I wrote, it gets a random word from a list of words fed to it.
On a *nix (where it's based) use it somthing like this:
$> cat Greek_Names | RandWord
Aristotle
Please note that it dosn't know any words, so it must have them piped in.
Please send me error reports or sugestions. Jimtahu@gmail.com
This is avalible under the GNU license.
Feel free to download the source or the binary.
To compile, simply use
$> g++ -o RandWord RandWord.cpp
this will create the binary. |