aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/rand_xor.h
Commit message (Collapse)AuthorAgeFilesLines
* util/rand_xor: add function to seed randTimothy Arceri2017-03-231-0/+4
| | | | | | | | V2: pass the seed to the seed function so that we can isolate its uses. Stop leaking fd when urandom couldn't be read. Reviewed-by: Grazvydas Ignotas <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
* util: move rand_xorshift128plus() to utilsTimothy Arceri2017-03-231-0/+33
V2: pass the seed to rand_xorshift128plus() so that we can isolate its uses. Reviewed-by: Grazvydas Ignotas <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>