summaryrefslogtreecommitdiff
path: root/lib/libc/gen/randomid.c
AgeCommit message (Expand)Author
2022-05-15s/wich/which in comments.andvar
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2019-12-27s/inital/initial/msaitoh
2009-01-11merge christos-time_tchristos
2006-10-15fix incomplete initializerschristos
2003-12-26Niels Provos kindly agreed to drop clauses 3 and 4 from thewiz
2003-12-10comment from niels provos;itojun
2003-11-25"seed2" was ruining the non-repeating property of this function; remove it.itojun
2003-09-16Shut lint up.simonb
2003-09-15avoid overflow during multiply. David Laightitojun
2003-09-13correct setup of ru_b/a for 16/20 bit caseitojun
2003-09-13use internal names for randomid()itojun
2003-09-11check malloc failure. yamtitojun
2003-09-10Another gcc3 problem: "exp" shadows a builtin. Rename it to "expo".tls
2003-09-10This didn't build with gcc3 because it was missing <string.h> for memset.tls
2003-09-09add randomid(3).itojun