summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/rand.c
Commit message (Collapse)AuthorAgeFilesLines
* Fri Jun 9 14:28:00 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2000-06-091-3/+6
| | | | | | | | * libc/include/sys/reent.h (_rand_next): Changed to unsigned long long and moved to end of _reent struct in _new union. (_REENT_INIT): Changed to move _rand_next initialization. * libc/stdlib/rand.c (rand): Changed to use unsigned long long linear congruential algorithm that is used by DJGPP.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+86