WrapperPRNG.nextBytes

Fill the buffer with random bytes.

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

Parameters

buf ubyte[]

Output buffer to be filled with PRNG data.

Meta