summaryrefslogtreecommitdiff
path: root/src/prng/random.c
AgeCommit message (Expand)Author
2020-11-11lift child restrictions after multi-threaded forkRich Felker
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt
2015-03-03make all objects used with atomic operations volatileRich Felker
2014-01-21fix initstate to make the state buffer usable in setstateSzabolcs Nagy
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker
2011-06-29locking support for random() prngRich Felker
2011-06-23initial commit of prng implementation by Szabolcs NagyRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker