/* * random.h * */ /* function prototypes */ u32 rand_get(u32 max); u32 rand_get_lgp(int slope_nel,int start_nel,u32 z_max);