From 767de5e58c16c9513eae6c39125418f20e0b300f Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 10 Dec 2021 18:26:44 -0300 Subject: [PATCH] =?UTF-8?q?Men=C3=BA=20art=C3=ADstico:=20mejorar=20entrop?= =?UTF-8?q?=C3=ADa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Menú artístico.gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Menú artístico.gen b/Menú artístico.gen index 027ccdd..ea55115 100755 --- a/Menú artístico.gen +++ b/Menú artístico.gen @@ -24,7 +24,7 @@ local adjetivos = { local random_i = 1 local function random(list) - math.randomseed(os.time() + random_i) + math.randomseed((''..os.time()):reverse() + random_i) random_i = random_i + 5 return list[math.random(#list)] end