about summary refs log tree commit diff
path: root/src/prng/mrand48.c
Commit message (Collapse)AuthorAgeFilesLines
* add and use internal header for *rand48 lcgRich Felker2018-09-121-3/+1
|
* fix mrand48/jrand48 return value on 64-bit archsRich Felker2016-12-161-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.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+15