57 unsigned int A0, A1, C0, C1;
60 static const unsigned long long a = 0x5DEECE66DLL, c = 0xB;
71 static const unsigned int MAX_RANGE=0x7FFFFFFF;
74 RNG_rand48(
int seed,
int _max=0): res(0), rand_max(_max) { init(seed); }
87 void get(
int *r,
int n);
94 void generate_int(
int n,
int n_max,
int offset);
RNG_rand48(int seed, int _max=0)
initialize the RNG with seed, just as the standard srand48-function
void * get_random_numbers()