#include <srandom.h>
Public Member Functions | |
| SecureRandomClass () | |
| ~SecureRandomClass () | |
| unsigned long | Randval () |
| void | Add_Seeds (unsigned char *values, int length) |
| SecureRandomClass::SecureRandomClass | ( | ) |
Definition at line 54 of file srandom.cpp.
| SecureRandomClass::~SecureRandomClass | ( | ) |
Definition at line 63 of file srandom.cpp.
| void SecureRandomClass::Add_Seeds | ( | unsigned char * | values, |
| int | length ) |
Definition at line 71 of file srandom.cpp.
| unsigned long SecureRandomClass::Randval | ( | void | ) |
Definition at line 91 of file srandom.cpp.