Software /
code /
prosody
Log
util/random.lua @ 12032:3db09eb4c43b
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 |