AWS SDK for C++AWS SDK for C++ Version 1.11.610 |
#include <SecureRandom.h>
Random Number generator for integral types. Guaranteed to have entropy or your program will crash.
Definition at line 49 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 58 of file SecureRandom.h.
Definition at line 88 of file SecureRandom.h.
Generate a random number of DataType
Definition at line 68 of file SecureRandom.h.
Definition at line 63 of file SecureRandom.h.