![]() |
Kinetis Bootloader Host
2.0.0
Host Tools for Kinetis devices
|
#include <Random.h>
Collaboration diagram for RandomNumberGenerator:Public Member Functions | |
| uint8_t | generateByte () |
| void | generateBlock (uint8_t *output, unsigned count) |
| uint8_t | generateByte () |
| void | generateBlock (uint8_t *output, unsigned count) |
Protected Attributes | |
| MicrosoftCryptoProvider | m_provider |
| int | m_fd |
Encapsulates the Windows CryptoAPI's CryptGenRandom or /dev/urandom on Unix systems.