dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
RDRand
dcrypt
random
rdrand
@
safe
struct
RDRand {
enum
name
;
static
bool
isSupported
[@property getter];
static
void
nextBytes
(
ubyte
[]
buf
)
;
void
addSeed
(
in
ubyte
[]
seed
...)
;
}
Members
Functions
addSeed
void
addSeed
(
in
ubyte
[]
seed
...)
RDRAND is not seedable.
Properties
isSupported
bool
isSupported
[@property getter]
Static functions
nextBytes
void
nextBytes
(
ubyte
[]
buf
)
Generate random data with rdrand instruction.
Meta
Source
See Implementation
dcrypt
random
rdrand
structs
RDRand