diff options
-rw-r--r-- | util/random.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/random.lua b/util/random.lua index 574e2e1c..b2d0000d 100644 --- a/util/random.lua +++ b/util/random.lua @@ -27,4 +27,5 @@ end return { seed = seed; bytes = bytes; + _source = "/dev/urandom"; }; |