aboutsummaryrefslogtreecommitdiffstats
path: root/util/random.lua
diff options
context:
space:
mode:
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";
};