Home
last modified time | relevance | path

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

/src/lib/libc/gen/
H A Dnrand48.c21 DORAND48(tmp, xseed); in nrand48()
H A Djrand48.c21 DORAND48(tmp, xseed); in jrand48()
H A Derand48.c22 DORAND48(tmp, xseed); in erand48()
H A Drand48.h57 #define DORAND48(l, x) do { \ macro