Software /
code /
prosody
Comparison
util/random.lua @ 8243:292f61d9d30a
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 16 Sep 2017 17:24:56 +0200 |
parent | 8241:e7496cff1215 |
parent | 8242:177873dc9cf3 |
child | 10014:5d2f7144fa12 |
comparison
equal
deleted
inserted
replaced
8241:e7496cff1215 | 8243:292f61d9d30a |
---|---|
21 end | 21 end |
22 end | 22 end |
23 | 23 |
24 return { | 24 return { |
25 bytes = bytes; | 25 bytes = bytes; |
26 _source = "/dev/urandom"; | |
26 }; | 27 }; |