[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Using arc4random() for luai_makeseed()?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Fri, 25 Dec 2015 20:16:09 +0200
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`.