WrapperPRNG.nextBytes

fill the buffer with random bytes

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

Parameters

buf ubyte[]

output buffer to be filled with PRNG data

Meta