first c conc distribution implementation (slow and commented out)
[physik/morpheus.git] / random.h
index df01296..25cc835 100644 (file)
--- a/random.h
+++ b/random.h
@@ -6,4 +6,4 @@
 /* function prototypes */
 
 u32 rand_get(u32 max);
-u32 rand_get_lgp(int slope_nel,int start_nel);
+u32 rand_get_lgp(int slope_nel,int start_nel,u32 z_max);