about summary refs log tree commit diff
path: root/src/prng/random.c
Commit message (Expand)AuthorAgeFilesLines
* lift child restrictions after multi-threaded forkRich Felker2020-11-111-0/+2
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-121-1/+1
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-091-1/+1
* 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