Home
last modified time | relevance | path

Searched defs:random_device (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Drandom_device.h61 explicit random_device(const string& __token = "/dev/urandom"); in random_device() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Drandom.cpp43 random_device::random_device(const string& __token) { in random_device() function in random_device