Home | History | Annotate | Download | only in bits

Lines Matching refs:random_device

1511   class random_device
1522 random_device(const std::string& __token = "/dev/urandom")
1526 std::__throw_runtime_error(__N("random_device::"
1527 "random_device(const std::string&)"));
1530 ~random_device()
1536 random_device(const std::string& __token = "mt19937")
1550 std::__throw_runtime_error(__N("random_device::_M_strtoul"
1586 random_device(const random_device&) = delete;
1587 void operator=(const random_device&) = delete;