lua-users home
lua-l archive

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


> It just requires that LUA_RANDOM be defined to one of the
> identifiers `time', `arc4random', or `RAND_bytes'.

That is part of the problem. We would like something that Lua could
detect testing some predefined macros.

-- Roberto