/* file : random.h * date : May 5th, 2003 * version : 0.1 * * This is the prototype declaration file for random.c */ int random_range ( int a, int b ); int random_percent ( void ); int roll_dice ( int amount, int size ); void init_dice ( void );