about summary refs log tree commit diff
path: root/src/prng/random.c
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-231-4/+107
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+8