--
[physik/morpheus.git] / random.h
1 /*
2  * random.h
3  *
4  */
5
6 /* function prototypes */
7
8 u32 rand_get(u32 max);
9 u32 rand_get_lgp(int slope_nel,int start_nel,u32 z_max);