lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I've been poking at the implementation of Lua, and I've noticed that
in Lua 5.2, Lua's global state acquired a `seed` field.  This field
is initialized at startup and never changes, and as far as I can
tell, it affects only the hash values of strings.

What does this seed accomplish?  What problem does it solve?


Norman