diff options
Diffstat (limited to 'tex/context/base/core-uti.lua')
-rw-r--r-- | tex/context/base/core-uti.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/core-uti.lua b/tex/context/base/core-uti.lua index e98012dab..f381f2bb6 100644 --- a/tex/context/base/core-uti.lua +++ b/tex/context/base/core-uti.lua @@ -70,7 +70,7 @@ local function initializer() if not r then r = math.random() end - math.randomseed(r) + math.setrandomseedi(r) jobvariables.tobesaved.randomseed = r for cs, value in next, jobvariables.collected do tex.sprint(format("\\xdef\\%s{%s}",cs,value)) |