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