Wolframe, 0.0.3

_Wolframe::crypto::RandomGenerator Class Referenceabstract

Random Generator interface class. More...

#include <randomGenerator.hpp>

Inheritance diagram for _Wolframe::crypto::RandomGenerator:
_Wolframe::GlobalRandomGenerator

Public Member Functions

virtual ~RandomGenerator ()
 
virtual unsigned random () const =0
 
virtual void generate (unsigned char *buffer, size_t bytes) const =0
 

Detailed Description

Random Generator interface class.

Constructor & Destructor Documentation

virtual _Wolframe::crypto::RandomGenerator::~RandomGenerator ( )
inlinevirtual

Member Function Documentation

virtual void _Wolframe::crypto::RandomGenerator::generate ( unsigned char *  buffer,
size_t  bytes 
) const
pure virtual
virtual unsigned _Wolframe::crypto::RandomGenerator::random ( ) const
pure virtual

The documentation for this class was generated from the following file: