@@ -443,10 +443,8 @@ function math.random_init()
end
if fp ~= nil then
local data = fp:read(32)
seed = seed .. '/' .. data
fp:close()
for i = 1, data:len() do
seed = seed .. tostring(string.byte(data:sub(i, i)))
local number = 0
The note is not visible to the blocked user.