mirror of
https://github.com/lua/lua.git
synced 2025-01-14 05:43:00 +08:00
9eca305e75
When called with no arguments, 'math.randomseed' uses time and ASLR to generate a somewhat random seed. the initial seed when Lua starts is generated this way.