Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert prng module to use C11-style atomics | David Goldblatt | 2017-04-04 | 1 | -18/+20 |
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -9/+9 |
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -2/+2 |
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -34/+17 |
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -11/+0 |
* | Fix test_prng_lg_range_zu() to work on 32-bit systems. | Jason Evans | 2016-11-07 | 1 | -10/+10 |
* | Refactor prng to not use 64-bit atomics on 32-bit platforms. | Jason Evans | 2016-11-07 | 1 | -22/+187 |
* | Implement cache-oblivious support for huge size classes. | Jason Evans | 2016-06-03 | 1 | -12/+42 |
* | Refactor prng* from cpp macros into inline functions. | Jason Evans | 2016-02-20 | 1 | -0/+68 |