-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_GetRandomBytes
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Generate cryptographically strong random bytes.
void MTY_GetRandomBytes(
void * buf,
size_t size
);
buf
(void *
)
Output buffer.
size
(size_t
)
Size in bytes of buf
.