PRNG.nextBytes

Fill the buffer with random bytes.

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

Parameters

buf
Type: ubyte[]

Output buffer to be filled with PRNG data.

Meta