dcrypt v0.0.5 (2015-08-01T16:43:44Z)
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.