Home
last modified time | relevance | path

Searched refs:RAND48_MULT (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/gen/
H A D_rand48.c17 uint48 _rand48_mult = RAND48_MULT;
H A Dsrand48.c21 _rand48_mult = RAND48_MULT; in srand48()
H A Dseed48.c23 _rand48_mult = RAND48_MULT; in seed48()
H A Drand48.h41 #define RAND48_MULT TOUINT48(RAND48_MULT_0, RAND48_MULT_1, RAND48_MULT_2) macro