00001 00013 #ifndef __RANDOM_H__ 00014 #define __RANDOM_H__ 00015 00016 int bounded_rand(int, int); 00017 00018 #endif /* __RANDOM_H__ */