X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fmorpheus.git;a=blobdiff_plain;f=random.h;fp=random.h;h=25cc8355d06f32e02311afdb15ef4c9f49f9416d;hp=df01296a31b4c721f1e5663186913e4b82da5f6f;hb=4dc55f36080bc8cc78c07efe25bf3f222c3d0a9a;hpb=016196a3e69f62989ba22ae8b30365d754bd9212 diff --git a/random.h b/random.h index df01296..25cc835 100644 --- 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);