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