dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
WrapperPRNG.nextBytes
dcrypt
crypto
random
prng
WrapperPRNG
fill the buffer with random bytes
class
WrapperPRNG
(R)
override nothrow @
nogc
void
nextBytes
(
ubyte
[]
buf
)
if
(
isRNGWithInput
!
R
)
Parameters
buf
ubyte
[]
output buffer to be filled with PRNG data
Meta
Source
See Implementation
dcrypt
crypto
random
prng
WrapperPRNG
functions
addSeed
nextBytes
properties
name
fill the buffer with random bytes