1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

Update math.lua

This commit is contained in:
danielmartin0 2024-10-01 15:47:30 +01:00
parent e477bee324
commit 28c7fb1b15

View File

@ -1,6 +1,6 @@
local Public = {}
-- Using localized math functions is better for performance reasons:
-- Importing localized math functions from this file has better performance than importing from the global scope:
Public.random = math.random
Public.randomseed = math.randomseed
Public.sqrt = math.sqrt