dcrypt ~master (2021-11-09T01:25:37.6069118)
Dub
Repo
WrapperPRNG.nextBytes
dcrypt
random
prng
WrapperPRNG
Fill the buffer with random bytes.
class
WrapperPRNG
(R)
override nothrow
void
nextBytes
(
ubyte
[]
buf
)
if
(
isRNGWithInput
!
R
)
Parameters
buf
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.