about summary refs log tree commit diff
path: root/src/prng
Commit message (Collapse)AuthorAgeFilesLines
* locking support for random() prngRich Felker2011-06-291-7/+28
| | | | | | these interfaces are required to be thread-safe even though they are not state-free. the random number sequence is shared across all threads.
* initial commit of prng implementation by Szabolcs NagyRich Felker2011-06-232-12/+107
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1212-0/+126