aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/rand_xor.c
Commit message (Expand)AuthorAgeFilesLines
* util/rand_xor: extend the urandom path to all non-Windows platformsEric Engestrom2020-05-161-2/+4
* util/rand_xor: fallback Linux to time-based instead of fixed seedEric Engestrom2020-05-161-22/+14
* util/rand_xor: drop unused headerEric Engestrom2020-05-161-1/+0
* util/rand_xor: make it clear that {,s_}rand_xorshift128plus take *exactly 2* ...Eric Engestrom2020-05-161-2/+2
* util/rand_xor: use getrandom() when availableEmmanuel Gil Peyrot2020-05-151-1/+11
* util/rand_xor: add missing include statementsNicolas Dechesne2017-06-011-0/+1
* util/rand_xor: add function to seed randTimothy Arceri2017-03-231-0/+65
* util: move rand_xorshift128plus() to utilsTimothy Arceri2017-03-231-0/+20