summaryrefslogtreecommitdiff
path: root/tex/context/base/l-os.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-09-11 22:00:16 +0300
committerMarius <mariausol@gmail.com>2012-09-11 22:00:16 +0300
commit0f82c3f6ef101a553b3f28d9f9d8cb905106eec2 (patch)
tree1a12df692bdbf94bc21028725493d867dfc68a39 /tex/context/base/l-os.lua
parent40012d63f567ccc7ce33e0307069f35926fc5d6a (diff)
downloadcontext-0f82c3f6ef101a553b3f28d9f9d8cb905106eec2.tar.gz
beta 2012.09.11 20:36
Diffstat (limited to 'tex/context/base/l-os.lua')
-rw-r--r--tex/context/base/l-os.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/l-os.lua b/tex/context/base/l-os.lua
index 04e849db1..700affdac 100644
--- a/tex/context/base/l-os.lua
+++ b/tex/context/base/l-os.lua
@@ -28,7 +28,7 @@ local os = os
local date = os.date
local find, format, gsub, upper, gmatch = string.find, string.format, string.gsub, string.upper, string.gmatch
local concat = table.concat
-local random, ceil = math.random, math.ceil
+local random, ceil, randomseed = math.random, math.ceil, math.randomseed
local rawget, rawset, type, getmetatable, setmetatable, tonumber = rawget, rawset, type, getmetatable, setmetatable, tonumber
-- The following code permits traversing the environment table, at least