dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
WrapperPRNG.nextBytes
dcrypt
random
prng
WrapperPRNG
Fill the buffer with random bytes.
class
WrapperPRNG
(R)
override
void
nextBytes
nothrow
(
ubyte
[]
buf
)
if
(
isRNGWithInput
!
R
)
Parameters
buf
Type:
ubyte
[]
Output buffer to be filled with PRNG data.
Meta
Source
See Implementation
dcrypt
random
prng
WrapperPRNG
functions
addSeed
nextBytes
properties
name
Fill the buffer with random bytes.