This set of functions gives access to pseudo-random numbers, and the installation of the snippet is as simple as they come. 1. Add random.o to the O_FILES in the Makefile 2. Add #include "random.h" to mud.h 3. Add a call to init_dice() in main() before game_loop() is called. Now compile and reboot the MUD :)