cryptographically secure random number generation for Common Lisp.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Avril c42dde9ee9
ffi bytes
4 years ago
libsrng ffi bytes 4 years ago
.gitignore added ffi rng 4 years ago
Makefile ffi bytes 4 years ago
README update readme 4 years ago
cl-rng.asd fix export, fix LD path 4 years ago
cl-rng.lisp added ffi rng 4 years ago
crandom.lisp ffi bytes 4 years ago
ffi.lisp ffi bytes 4 years ago
libsrng.so ffi bytes 4 years ago
libsrng.so.gpg ffi bytes 4 years ago
package.lisp added ffi rng 4 years ago
urandom.lisp fix range on list 4 years ago

README

To use crandom, run sudo make install

Prebuild binary signed with https://flanchan.moe/flanchan.asc

To build dependencies yourself run:
 make build && sudo make install
(requires Rust)