Log

util/random.lua @ 10661:4eee1aaa9405

description author age
util.random: Throw different error for EOL condition 0.11 Kim Alvefur 2019-05-21
util.random: Coerce error to string (thanks waqas) 0.11 Kim Alvefur 2019-05-18
util.random: Handle unlikely read errors from /dev/urandom (see #1313) 0.11 Kim Alvefur 2019-05-18
Merge 0.10->trunk Kim Alvefur 2017-09-16
util.random: Add a _source field to match util.crand Kim Alvefur 2017-09-16
util.random: Remove obsolete noop seed function Kim Alvefur 2017-09-16
util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG Kim Alvefur 2016-02-22
util.random: Restore friendlier error from 0.9/util.uuid Kim Alvefur 2016-01-31
util.random: Open /dev/urandom read-only, make seed() a noop Kim Alvefur 2016-01-12
util.random: Use /dev/urandom Kim Alvefur 2016-01-06
util.random: Ensure at least 4 bytes of previous random state is used when generating new randomness Kim Alvefur 2014-09-18
util.random: Switch to SHA512 Kim Alvefur 2014-09-18
util.random: Generic util lib for generating strings of random bytes Matthew Wild 2014-09-02