summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/random.3
Commit message (Collapse)AuthorAgeFilesLines
* Instead of copying fallback code over and over in each program,ache1997-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.
* Remove orand* code as promised for the next releaseache1997-03-291-12/+1
|
* Add srandomdev() descriptionache1997-03-231-1/+24
|
* Use the .Tn macro for generic FreeBSD references. Other minor cleanup.mpp1997-03-211-3/+3
|
* Fix arg types to match Lite2ache1997-03-171-2/+2
|
* Improve seeding, the random sequence did not vary matchache1996-10-091-9/+20
| | | | with the seed. Old variant will be available via libcompat soon.
* Added missing section numbers to a bunch of .Xr macros, ormpp1996-03-271-4/+9
| | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+166
OpenPOWER on IntegriCloud