add and use internal header for *rand48 lcg
authorRich Felker <dalias@aerifal.cx>
Sat, 8 Sep 2018 03:02:40 +0000 (23:02 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:30 +0000 (14:34 -0400)
commitf9db9eca40fdc78fae258b8e12eb689fc2d5e0e5
tree335fa5ffce30eba458bd0cf0382215be036f6912
parent01294da7f71958ed0d3aa5bdc8d625c405c8926a
add and use internal header for *rand48 lcg
src/prng/__rand48_step.c
src/prng/__seed48.c
src/prng/drand48.c
src/prng/lcong48.c
src/prng/lrand48.c
src/prng/mrand48.c
src/prng/rand48.h [new file with mode: 0644]
src/prng/seed48.c