class SecureRandomNumberGenerator
Defined at line 45 of file ../../third_party/cobalt/src/algorithms/random/random.h
An implementation of SecureBitGeneratorInterface.
SecureRandomNumberGenerator maintains a buffer of random numbers obtained through boringssl's
RAND_bytes function in order to reduce the frequency of system calls to get randomness.
Public Methods
void SecureRandomNumberGenerator ()
result_type operator() ()