Lines Matching refs:random_device
48 random_device::random_device(const string& __token) in random_device() function in random_device
54 random_device::~random_device() in ~random_device()
59 random_device::operator()() in operator ()()
71 random_device::random_device(const string&)
75 random_device::~random_device()
80 random_device::operator()()
87 random_device::random_device(const string& __token)
94 random_device::~random_device()
100 random_device::operator()()
124 random_device::random_device(const string& __token)
133 random_device::~random_device()
138 random_device::operator()()
153 random_device::random_device(const string& __token)
159 random_device::~random_device()
164 random_device::operator()()
175 random_device::random_device(const string& __token) {
180 random_device::~random_device() {}
182 unsigned random_device::operator()() {
199 random_device::entropy() const noexcept in entropy()