Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.crand: Remove seeding | Kim Alvefur | 2017-01-20 | 1 | -20/+0 |
* | util.crand: Let Lua handle allocation, freeing and error handling for buffer | Kim Alvefur | 2017-01-20 | 1 | -40/+3 |
* | util.crand: Switch to luaL_checkinteger since checkint is deprecated in Lua 5.3 | Kim Alvefur | 2017-01-20 | 1 | -1/+2 |
* | util-src: Make C modules assert that the Lua runtime matches what it was comp... | Kim Alvefur | 2017-01-08 | 1 | -0/+3 |
* | util.crand: Silence compiler warning | Kim Alvefur | 2016-05-25 | 1 | -1/+1 |
* | util.crand: Include stdlib.h instead of malloc.h for portability (thanks Tobias) | Kim Alvefur | 2016-02-22 | 1 | -1/+1 |
* | util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4ran... | Kim Alvefur | 2016-02-22 | 1 | -0/+156 |