aboutsummaryrefslogtreecommitdiffstats
path: root/util/random.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.random: Ensure at least 4 bytes of previous random state is used when ↵Kim Alvefur2014-09-181-2/+2
| | | | generating new randomness
* util.random: Switch to SHA512Kim Alvefur2014-09-181-2/+2
|
* util.random: Generic util lib for generating strings of random bytesMatthew Wild2014-09-021-0/+43