better random numbers (RAND_bytes)

This commit is contained in:
floty
2007-03-01 22:23:21 +00:00
parent e509785fd8
commit 520b22708e
3 changed files with 40 additions and 17 deletions
+2
View File
@@ -21,6 +21,8 @@
#define TOOLS_H
#include <iostream>
#include <limits>
#include <openssl/rand.h>
class Tools{