PatchworkOS
Loading...
Searching...
No Matches
rand_cpu_ctx_t Struct Reference

CPU random number generator context. More...

#include <rand.h>

Data Fields

bool rdrandAvail
 If set, the RDRAND instruction is avilable 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 avilable and working.

Definition at line 24 of file rand.h.

Referenced by rand_cpu_init(), and rand_gen().


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