RNG.nextBytes

Fill the buffer with random bytes.

class RNG
abstract nothrow
void
nextBytes
(
ubyte[] buf
)

Parameters

buf ubyte[]

output buffer to be filled with PRNG data

Meta