randombytes_buf

The randombytes_buf() function fills size bytes starting at buf with an unpredictable sequence of bytes.

extern (C)
void
randombytes_buf
(
const(void*) buf
,
const size_t size
)

Meta