Home
last modified time | relevance | path

Searched refs:mrand48 (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/bsd/ppp/dist/pppd/
H A Dmagic.c58 extern long mrand48 (void);
85 return (u_int32_t) mrand48(); in magic()
97 buf[i] = mrand48() >> 24; in random_bytes()
113 mrand48(void) in mrand48() function
/netbsd/lib/libc/stdlib/
H A Dmrand48.c25 __weak_alias(mrand48,_mrand48) in __weak_alias() argument
29 mrand48(void) in __weak_alias()
H A DMakefile.inc12 lcong48.c lrand48.c lsearch.c merge.c mi_vector_hash.c mrand48.c \
88 MLINKS+=rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 jrand48.3
/netbsd/include/
H A Dstdlib.h161 long mrand48(void);
/netbsd/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-crtlmap.map591 mrand48
/netbsd/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-crtlmap.map591 mrand48
/netbsd/lib/libc/include/
H A Dnamespace.h530 #define mrand48 _mrand48 macro
/netbsd/external/bsd/ntp/dist/
H A DCommitLog-4.1.02648 * include/ntp.h: Now we know we have either mrand48() or random().
2649 * configure.in: If we have mrand48, use it. Otherwise, use (and
4689 (cfsetispeed, cfsetospeed, mrand48, nlist, srand48, stime): New
6097 * include/ntp.h (RANDPOLL): Use random or mrand48.
/netbsd/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst769 ``drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, random, rand_r``.
/netbsd/external/lgpl3/gmp/dist/
H A DChangeLog22186 * mpfr/mpfr-test.h: Test "__hpux", not "hpux". Mask off mrand48
25944 * mpn/generic/random2.c: #include stdlib.h (for random/mrand48).
25963 * mpf/random2.c: #include stdlib.h (for random/mrand48).
27957 (factor_using_pollard_rho): Use it, not mrand48.
/netbsd/distrib/sets/lists/comp/
H A Dmi9173 ./usr/share/man/cat3/mrand48.0 comp-c-catman .cat
17595 ./usr/share/man/html3/mrand48.html comp-c-htmlman html
26024 ./usr/share/man/man3/mrand48.3 comp-c-man .man
/netbsd/external/lgpl3/mpfr/dist/
H A DChangeLog38818 Test "__hpux", not "hpux". Mask off mrand48 return value to 31 bits