You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/numerics/rand/rand.device
David Majnemer 4d9f97b40b [libc++] Don't return uninitialized data from random_device::operator()
Make sure we appropriately retry calls to read if the return result is
less than what we asked for.

Additionally, check and handle IO errors: EINTR results in the read
operation getting restarted; other errors turn into exceptions.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@210061 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
ctor.pass.cpp [libc++] random_device fails if open returns zero 12 years ago
entropy.pass.cpp license change 15 years ago
eval.pass.cpp [libc++] Don't return uninitialized data from random_device::operator() 12 years ago