Lines Matching full:random
18 #include <random>
25 # include <sys/random.h>
29 # if __has_include(<sys/ioctl.h>) && __has_include(<linux/random.h>)
30 # include <linux/random.h>
45 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
99 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
102 __throw_system_error(error, ("random device failed to open " + __token).c_str());
123 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
140 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
158 # error "Random device not implemented for this architecture"