X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fmorpheus.git;a=blobdiff_plain;f=random.h;fp=random.h;h=df01296a31b4c721f1e5663186913e4b82da5f6f;hp=0000000000000000000000000000000000000000;hb=cdf203b95bccd0e7e01e83800ad8435f4a2da8c3;hpb=9d299f65c528e62247efb3b7f2b70468f43a255c diff --git a/random.h b/random.h new file mode 100644 index 0000000..df01296 --- /dev/null +++ b/random.h @@ -0,0 +1,9 @@ +/* + * random.h + * + */ + +/* function prototypes */ + +u32 rand_get(u32 max); +u32 rand_get_lgp(int slope_nel,int start_nel);