Menú artístico: mejorar entropía
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
Cat /dev/Nulo 2021-12-10 18:26:44 -03:00
parent 1ceaa80ba5
commit 767de5e58c

View file

@ -24,7 +24,7 @@ local adjetivos = {
local random_i = 1 local random_i = 1
local function random(list) local function random(list)
math.randomseed(os.time() + random_i) math.randomseed((''..os.time()):reverse() + random_i)
random_i = random_i + 5 random_i = random_i + 5
return list[math.random(#list)] return list[math.random(#list)]
end end