dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
RNG.nextBytes
dcrypt
crypto
random
prng
RNG
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
Source
See Implementation
dcrypt
crypto
random
prng
RNG
functions
addSeed
nextBytes
properties
name
Fill the buffer with random bytes.