aboutsummaryrefslogtreecommitdiff
path: root/src/prng/mrand48.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* 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.0Rich Felker2011-02-121-0/+15