PatchworkOS  da8a090
A non-POSIX operating system.
Loading...
Searching...
No Matches
rand_cpu_ctx_t Struct Reference

CPU random number generator context. More...

#include <rand.h>

Collaboration diagram for rand_cpu_ctx_t:

Data Fields

bool rdrandAvail
 If set, the RDRAND instruction is available and working.
 

Detailed Description

CPU random number generator context.

Definition at line 22 of file rand.h.

Field Documentation

◆ rdrandAvail

bool rand_cpu_ctx_t::rdrandAvail

If set, the RDRAND instruction is available and working.

Definition at line 24 of file rand.h.


The documentation for this struct was generated from the following file: