1#ifndef PASSWORD_FILE_UTIL_OPENSSLRANDOMDEVICE_H
2#define PASSWORD_FILE_UTIL_OPENSSLRANDOMDEVICE_H
24 return std::numeric_limits<result_type>::min();
29 return std::numeric_limits<result_type>::max();
Provides a random device using the OpenSSL function RAND_bytes().
static constexpr result_type max()
std::uint32_t result_type
static constexpr result_type min()
#define PASSWORD_FILE_EXPORT
Marks the symbol to be exported by the passwordfile library.
Contains utility classes and functions.