lua-users home
lua-l archive

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


> If you're already patching the VM, it shouldn't be hard to just patch the
> seed assignment yourself.

Just define the macro luai_makeseed (see lstate.c).

-- Roberto