OSDN Git Service

Merge in an ugly pile of rand* functions from glibc. :(
authorEric Andersen <andersen@codepoet.org>
Wed, 13 Mar 2002 23:38:40 +0000 (23:38 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 13 Mar 2002 23:38:40 +0000 (23:38 -0000)
commit94e5ab630be58fa6d008fbfa735492bd6ce2a568
treed95f3ae872c4a15c253d3e8f126891a923ab71da
parente3d8cc9c9912c12576f2623bec382ca96f36bb9a
Merge in an ugly pile of rand* functions from glibc.  :(
17 files changed:
libc/stdlib/Makefile
libc/stdlib/drand48-iter.c [new file with mode: 0644]
libc/stdlib/drand48.c [new file with mode: 0644]
libc/stdlib/drand48_r.c [new file with mode: 0644]
libc/stdlib/erand48.c [new file with mode: 0644]
libc/stdlib/erand48_r.c [new file with mode: 0644]
libc/stdlib/jrand48.c [new file with mode: 0644]
libc/stdlib/jrand48_r.c [new file with mode: 0644]
libc/stdlib/lrand48.c [new file with mode: 0644]
libc/stdlib/lrand48_r.c [new file with mode: 0644]
libc/stdlib/mrand48.c [new file with mode: 0644]
libc/stdlib/mrand48_r.c [new file with mode: 0644]
libc/stdlib/nrand48.c [new file with mode: 0644]
libc/stdlib/nrand48_r.c [new file with mode: 0644]
libc/stdlib/rand_r.c [new file with mode: 0644]
libc/stdlib/srand48.c [new file with mode: 0644]
libc/stdlib/srand48_r.c [new file with mode: 0644]