aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/random.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvscvs2svn1999-01-211-1/+1
| | | | | | | 'RELENG_2_2_8_RELEASE'. This commit was manufactured to restore the state of the 2.2.8-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: bring in arc4random code.Jordan K. Hubbard1998-03-011-38/+119
| | | | Notes: svn path=/stable/2.2/; revision=33947
* 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