summaryrefslogtreecommitdiff
path: root/src/prng/mrand48.c
AgeCommit message (Collapse)AuthorLines
2016-12-16fix mrand48/jrand48 return value on 64-bit archsRich Felker-1/+1
POSIX specifies the result to have signed 32-bit range. on 32-bit archs, the implicit conversion to long achieved the desired range already, but when long is 64-bit, a cast is needed. patch by Ed Schouten.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+15