|
10Duke Enterprise C++ Client
|
#include <WinCNGRandomBytes.h>
A WinCNG implementation of tenduke::utl::random::RandomBytes.
Public Member Functions | |
| void | generate (unsigned char *buffer, std::size_t bufferLength) override |
| Fills the given buffer with random bytes. | |
|
overridevirtual |
Fills the given buffer with random bytes.
| buffer | the buffer |
| bufferLength | size of the buffer in bytes |
Implements tenduke::utl::random::RandomBytes.