summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/random.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve seeding, the random sequence did not vary matchAndrey A. Chernov1996-10-091-5/+55
| | | | | | | with the seed. Old variant will be available via libcompat soon. Notes: svn path=/head/; revision=18832
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8870
* u_int -> unsigned int, so that we don't have to include <sys/types.h>Bruce Evans1994-09-051-2/+2
| | | | | | | or depend on <stdio.h> bogusly including it. Notes: svn path=/head/; revision=2504
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+363
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573