Skip to content
anatol edited this page May 31, 2022 · 1 revision

Env::GenerateRandom

void GenerateRandom(void* pBuf, uint32_t nSize)

Fills given buffer with cryptographically strong random data

Parameters

  • pBuf : pointer to the data buffer to fill
  • nSize : the size of the buffer

Return value

Notes

Example

Clone this wiki locally