prng: make rand_r have 2^32 period instead of 2^31
authorSzabolcs Nagy <nsz@port70.net>
Sat, 8 Jun 2013 13:49:12 +0000 (13:49 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 8 Jun 2013 13:49:12 +0000 (13:49 +0000)
commit0996faa3d789dd69e4c1c022757f0623908b0df5
tree78e677b1897dc9013023fdc0f3d98daade8a7625
parentc79cd27e9e81eb5e223728094f1233ee2fc12dda
prng: make rand_r have 2^32 period instead of 2^31

this is a minor fix to increase the period of the obsolete rand_r a bit.
an include header in __rand48_step.c is fixed as well.
src/prng/__rand48_step.c
src/prng/rand_r.c