#include <cel_genrandom.h>
Static Public Member Functions | |
| static void | generate (void *outBuffer, size_t inBufSize) |
Definition at line 18 of file cel_genrandom.h.
| static void Celartem::GenRandom::generate | ( | void * | outBuffer, | |
| size_t | inBufSize | |||
| ) | [static] |
This function returns cryptographically random bytes.
| outBuffer | The buffer that receives the random bytes. | |
| inBufSize | The size of the buffer. |