aboutsummaryrefslogtreecommitdiffstats
path: root/util/random.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-09-16 17:24:56 +0200
committerKim Alvefur <zash@zash.se>2017-09-16 17:24:56 +0200
commit8178f6a7ae1b04667e57439562a60bc62cc7cdd8 (patch)
tree76f61bd739e0765ddd524d399759fa5abcd3e496 /util/random.lua
parent880a7c3e32681f1380dd72ecbe794177df126ff1 (diff)
parent6ab32342b28e6394ff81fcdc8918049ec9196a67 (diff)
downloadprosody-8178f6a7ae1b04667e57439562a60bc62cc7cdd8.tar.gz
prosody-8178f6a7ae1b04667e57439562a60bc62cc7cdd8.zip
Merge 0.10->trunk
Diffstat (limited to 'util/random.lua')
-rw-r--r--util/random.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/random.lua b/util/random.lua
index 83111655..d8a84514 100644
--- a/util/random.lua
+++ b/util/random.lua
@@ -23,4 +23,5 @@ end
return {
bytes = bytes;
+ _source = "/dev/urandom";
};