Commit 318af054 authored by JoyJ's avatar JoyJ

add random.sh at root folder

parent 90c6f194
while :
do
R=$(od -A n -t d -N 4 /dev/urandom)
echo $R
echo "_G.RANDOMSEED = $R" > random.lua
read -p "" -t 0.1 > /dev/null
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment