2 * random functions - header
4 * author: hackbard@hackdaworld.dyndns.org
15 /* function prototypes */
16 int rand_init(char *rf);
18 u32 get_rand(u32 max);
19 u32 get_rand_lgp(u32 max,double a,double b);
20 u32 get_rand_reject(u32 max_x,u32 max_y,u32 *graph);
23 #define BUFSIZE (256*1048576) /* 256 MByte */
25 #define BUFSIZE (16*1048576) /* 16 MByte */
27 #define URAND_MAX 0xffffffff