libprngwrap 1.0.2 (Default branch) |
|
|
libprngwrap is a preload-library (so that it
doesn't require any changes to the software it
alters) which replaces the libc rand() random()
and *rand48() calls by code that gets data from
/dev/urandom. This might be a little bit more
secure.
License: GNU General Public License v2
Changes:
The previous version would occasionally return values out of the range specified in the specs. This has been fixed.
|