X-Git-Url: https://www.hackdaworld.org/gitweb/?p=physik%2Fmorpheus.git;a=blobdiff_plain;f=random.h;h=25cc8355d06f32e02311afdb15ef4c9f49f9416d;hp=df01296a31b4c721f1e5663186913e4b82da5f6f;hb=HEAD;hpb=cdf203b95bccd0e7e01e83800ad8435f4a2da8c3 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);