randombytes

same as randombytes_buf, fills buf with buf_len unpredictable bytes.

extern (C) nothrow @nogc
void
randombytes
(
scope ubyte* buf
,
const ulong buf_len
)

Meta