|
DOF_PCR_DECLSPEC uint32 PCRSecureRandom_Get |
( |
void |
| ) |
|
Retrieve a random number.
- Note
- The quality of the random number is platform-dependent, and may not be truly random (depending on the amount of entropy available).
-
The default implementation relies on the existance of /dev/urandom.
- Returns
- A 32-bit random number.
|