[rand.dist.samp.pconst] plus some bug fixes in the tests of the other distributions
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@104224 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -20,5 +20,5 @@ int main()
|
||||
{
|
||||
std::default_random_engine e;
|
||||
e.discard(9999);
|
||||
assert(e() == 1043618065u);
|
||||
assert(e() == 399268537u);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user