I'm writing an RPG. I want the computer to randomly generate which monster to create. Ideally, I'd like to have a bunch of records for each monster, containing that monsters hit points, damage, etc... but for now, i'll content myself with randomly generating those numbers, and then randomly assigning a name to this monster (i.e. dragon, giant, goblin, etc.). What would be the best way to do this? -Mike