lua-users home
lua-l archive

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


2015-12-25 14:48 GMT+02:00 Vitaly Magerya <vmagerya@gmail.com>:

> So, the first question I have is: do you folks plan to use a
> kernel-provided randomness source like 'arc4random()' (under
> *BSD) or 'getrandom()' (under Linux)?

On Ubuntu 14.04 `arc4random` is available in `#include <bsd/stdlib.h>`
and there is no `getrandom`.