summaryrefslogtreecommitdiff
path: root/src/prng
AgeCommit message (Expand)AuthorLines
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-1/+0
2013-06-12improve the quality of output from rand_rRich Felker-1/+10
2013-06-08prng: make rand_r have 2^32 period instead of 2^31Szabolcs Nagy-2/+2
2013-06-08prng: fix rand() to give good sequence with small stateSzabolcs Nagy-2/+4
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker-9/+9
2011-06-29locking support for random() prngRich Felker-7/+28
2011-06-23initial commit of prng implementation by Szabolcs NagyRich Felker-12/+107
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+126