Home | History | Annotate | Download | only in bits

Lines Matching refs:random_device

1498   class random_device
1509 random_device(const std::string& __token = "/dev/urandom")
1513 std::__throw_runtime_error(__N("random_device::"
1514 "random_device(const std::string&)"));
1517 ~random_device()
1523 random_device(const std::string& __token = "mt19937")
1537 std::__throw_runtime_error(__N("random_device::_M_strtoul"
1573 random_device(const random_device&) = delete;
1574 void operator=(const random_device&) = delete;