AWS SDK for C++AWS SDK for C++ Version 1.11.827 |
#include <SecureRandom.h>
Random Number generator for integral types. Guaranteed to have entropy or your program will crash.
Definition at line 50 of file SecureRandom.h.
Initialize with the results of CreateSecureRandomBytesImplementation(). An instance is not guaranteed to be thread safe. This is intentional, that is needless overhead to pay for something you probably don't need. If you encounter a need for thread safety, you are responsible for memory fencing.
Definition at line 59 of file SecureRandom.h.
Definition at line 89 of file SecureRandom.h.
Generate a random number of DataType
Definition at line 69 of file SecureRandom.h.
Definition at line 64 of file SecureRandom.h.