#include <osrng.h>
Inheritance diagram for AutoSeededRandomPool:

Public Methods | |
| AutoSeededRandomPool (bool blocking=false,unsigned int seedSize=16) | |
| blocking will be ignored if the prefered RNG isn't available. More... | |
| void | Reseed (bool blocking=false,unsigned int seedSize=16) |
This class seeds itself using an operating system provided RNG.
Definition at line 68 of file osrng.h.
|
|
blocking will be ignored if the prefered RNG isn't available.
|
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000