WrapperPRNG.nextBytes

Fill the buffer with random bytes.

class WrapperPRNG(R)
override
void
nextBytes
nothrow
(
ubyte[] buf
)
if (
isRNGWithInput!R
)

Parameters

buf
Type: ubyte[]

Output buffer to be filled with PRNG data.

Meta