about summary refs log tree commit diff
path: root/src/prng/random.c
Commit message (Expand)AuthorAgeFilesLines
* make all objects used with atomic operations volatileRich Felker2015-03-031-1/+1
* fix initstate to make the state buffer usable in setstateSzabolcs Nagy2014-01-211-12/+2
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-241-9/+9
* locking support for random() prngRich Felker2011-06-291-7/+28
* 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