summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/_rand48.c
AgeCommit message (Expand)Author
2020-02-23Change the previous cast from unsigned int to unsigned longkamil
2020-02-22Avoid undefined behavior in the rand48(3) implementationkamil
2020-02-22Improve readability of __dorand48()kamil
2005-06-12Add missing __RCSID()lukem
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-01-09RCS Id Police.perry
1993-10-14Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in thejtc
1993-10-13Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace.jtc
1993-10-07Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier)brezak