lua-resty-random icon indicating copy to clipboard operation
lua-resty-random copied to clipboard

LuaJIT FFI-based Random Library for OpenResty.

Results 2 lua-resty-random issues
Sort by recently updated
recently updated
newest added

Hi, lua-resty-random uses the OpenSSL RAND_bytes function for computing bytes randoms. The OpenSSL documentation (https://www.openssl.org/docs/man1.0.2/crypto/RAND_bytes.html) says about this function: ``` An error occurs if the PRNG has not been seeded...

Hello, Would you please publish `lua-resty-random` to LuaRocks so that it could be installed more easily? Thanks!