Home | History | Annotate | Download | only in tr1

Lines Matching refs:random_device

1465   class random_device
1476 random_device(const std::string& __token = "/dev/urandom")
1480 std::__throw_runtime_error(__N("random_device::"
1481 "random_device(const std::string&)"));
1484 ~random_device()
1490 random_device(const std::string& __token = "mt19937")
1504 std::__throw_runtime_error(__N("random_device::_M_strtoul"
1540 random_device(const random_device&);
1541 void operator=(const random_device&);