llvm-project/libcxx/test/numerics/rand/rand.device
David Majnemer 2dfdfdf45c [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.

llvm-svn: 210061
2014-06-03 02:40:39 +00:00
..
ctor.pass.cpp
entropy.pass.cpp
eval.pass.cpp [libc++] Don't return uninitialized data from random_device::operator() 2014-06-03 02:40:39 +00:00