Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2014-09-22 | fix incorrect sequence generation in *rand48 prng functions | Rich Felker | -2/+2 |
2014-01-21 | fix initstate to make the state buffer usable in setstate | Szabolcs Nagy | -12/+2 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | -1/+0 |
2013-06-12 | improve the quality of output from rand_r | Rich Felker | -1/+10 |
2013-06-08 | prng: make rand_r have 2^32 period instead of 2^31 | Szabolcs Nagy | -2/+2 |
2013-06-08 | prng: fix rand() to give good sequence with small state | Szabolcs Nagy | -2/+4 |
2012-04-24 | ditch the priority inheritance locks; use malloc's version of lock | Rich Felker | -9/+9 |
2011-06-29 | locking support for random() prng | Rich Felker | -7/+28 |
2011-06-23 | initial commit of prng implementation by Szabolcs Nagy | Rich Felker | -12/+107 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+126 |