Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/rand_xor: extend the urandom path to all non-Windows platforms | Eric Engestrom | 2020-05-16 | 1 | -2/+4 |
* | util/rand_xor: fallback Linux to time-based instead of fixed seed | Eric Engestrom | 2020-05-16 | 1 | -22/+14 |
* | util/rand_xor: drop unused header | Eric Engestrom | 2020-05-16 | 1 | -1/+0 |
* | util/rand_xor: make it clear that {,s_}rand_xorshift128plus take *exactly 2* ... | Eric Engestrom | 2020-05-16 | 1 | -2/+2 |
* | util/rand_xor: use getrandom() when available | Emmanuel Gil Peyrot | 2020-05-15 | 1 | -1/+11 |
* | util/rand_xor: add missing include statements | Nicolas Dechesne | 2017-06-01 | 1 | -0/+1 |
* | util/rand_xor: add function to seed rand | Timothy Arceri | 2017-03-23 | 1 | -0/+65 |
* | util: move rand_xorshift128plus() to utils | Timothy Arceri | 2017-03-23 | 1 | -0/+20 |