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 493dec0f6e
fix export, fix LD path
4 years ago
libsrng added ffi rng 4 years ago
.gitignore added ffi rng 4 years ago
Makefile added ffi rng 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 added ffi rng 4 years ago
ffi.lisp fix export, fix LD path 4 years ago
libsrng.so added ffi rng 4 years ago
libsrng.so.gpg added ffi rng 4 years ago
package.lisp added ffi rng 4 years ago
urandom.lisp added bytes 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)