YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
random_device.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#if YACLIB_FAULT_RANDOM_DEVICE == 2
4
# include <
yaclib/fault/detail/random_device.hpp
>
5
6
namespace
yaclib_std::random
{
7
8
using
random_device =
yaclib::detail::thread::RandomDevice
;
9
10
}
// namespace yaclib_std::random
11
#else
12
# include <random>
13
14
namespace
yaclib_std::random
{
15
16
using
std::random_device;
17
18
}
// namespace yaclib_std::random
19
#endif
yaclib::detail::thread::RandomDevice
Definition
random_device.hpp:10
random_device.hpp
yaclib_std::random
Definition
random_device.hpp:14
include
yaclib_std
detail
random_device.hpp
Generated by
1.9.8