aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/random.3
Commit message (Collapse)AuthorAgeFilesLines
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-231-0/+3
| | | | | | | Great bunch of $freeBSD$ tags added Notes: svn path=/stable/3/; revision=59572
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-2/+2
| | | | Notes: svn path=/head/; revision=34669
* Instead of copying fallback code over and over in each program,Andrey A. Chernov1997-06-141-6/+1
| | | | | | | | | implement (better) falback code inside srandomdev() itself. Change return type from int to void (binary compatibility surprisely achieved). Userland code will be changed soon. Notes: svn path=/head/; revision=26624
* Remove orand* code as promised for the next releaseAndrey A. Chernov1997-03-291-12/+1
| | | | Notes: svn path=/head/; revision=24390
* Add srandomdev() descriptionAndrey A. Chernov1997-03-231-1/+24
| | | | Notes: svn path=/head/; revision=24153
* Use the .Tn macro for generic FreeBSD references. Other minor cleanup.Mike Pritchard1997-03-211-3/+3
| | | | Notes: svn path=/head/; revision=24094
* Fix arg types to match Lite2Andrey A. Chernov1997-03-171-2/+2
| | | | Notes: svn path=/head/; revision=23969
* Improve seeding, the random sequence did not vary matchAndrey A. Chernov1996-10-091-9/+20
| | | | | | | with the seed. Old variant will be available via libcompat soon. Notes: svn path=/head/; revision=18832
* Added missing section numbers to a bunch of .Xr macros, orMike Pritchard1996-03-271-4/+9
| | | | | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems. Notes: svn path=/head/; revision=14855
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+166
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573