summaryrefslogtreecommitdiffstats
path: root/test/unit/prng.c
Commit message (Expand)AuthorAgeFilesLines
* Convert prng module to use C11-style atomicsDavid Goldblatt2017-04-041-18/+20
* Replace tabs following #define with spaces.Jason Evans2017-01-211-9/+9
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-2/+2
* Update brace style.Jason Evans2017-01-211-34/+17
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-11/+0
* Fix test_prng_lg_range_zu() to work on 32-bit systems.Jason Evans2016-11-071-10/+10
* Refactor prng to not use 64-bit atomics on 32-bit platforms.Jason Evans2016-11-071-22/+187
* Implement cache-oblivious support for huge size classes.Jason Evans2016-06-031-12/+42
* Refactor prng* from cpp macros into inline functions.Jason Evans2016-02-201-0/+68