summaryrefslogtreecommitdiff
path: root/src/util/rand_xor.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-16util/rand_xor: extend the urandom path to all non-Windows platformsEric Engestrom1-2/+4
2020-05-16util/rand_xor: fallback Linux to time-based instead of fixed seedEric Engestrom1-22/+14
2020-05-16util/rand_xor: drop unused headerEric Engestrom1-1/+0
2020-05-16util/rand_xor: make it clear that {,s_}rand_xorshift128plus take *exactly 2* ...Eric Engestrom1-2/+2
2020-05-15util/rand_xor: use getrandom() when availableEmmanuel Gil Peyrot1-1/+11
2017-06-01util/rand_xor: add missing include statementsNicolas Dechesne1-0/+1
2017-03-23util/rand_xor: add function to seed randTimothy Arceri1-0/+65
2017-03-23util: move rand_xorshift128plus() to utilsTimothy Arceri1-0/+20