aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/26_numerics/random
AgeCommit message (Expand)AuthorFilesLines
2024-03-19libstdc++: Fix infinite loop in std::binomial_distribution [PR114359]Jonathan Wakely1-0/+12
2024-02-16libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc again [PR113961]Jonathan Wakely1-1/+1
2024-02-16libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc [PR113931]Jonathan Wakely1-2/+2
2024-02-15libstdc++: Use 128-bit arithmetic for std::linear_congruential_engine [PR87744]Jonathan Wakely2-1/+23
2024-01-13libstdc++: Fix non-portable results from 64-bit std::subtract_with_carry_engi...Jonathan Wakely2-3/+18
2024-01-03Update copyright years.Jakub Jelinek275-275/+275
2023-09-18c++: non-dependent assignment checking [PR63198, PR18474]Patrick Palka6-6/+6
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 26_numerics testsJonathan Wakely1-2/+1
2023-06-07libstdc++: Fix some tests that fail with -fexcess-precision=standardJonathan Wakely3-5/+5
2023-01-16Update copyright years.Jakub Jelinek275-275/+275
2022-11-28libstdc++: Replace non-ASCII character in commentJonathan Wakely1-1/+1
2022-11-28libstdc++: Make 16-bit std::subtract_with_carry_engine work [PR107466]Jonathan Wakely1-0/+26
2022-06-23libstdc++: Simplify test by not using std::log2Jonathan Wakely1-1/+2
2022-05-20libstdc++: Reduce <random> test iterations for simulatorsJonathan Wakely7-21/+76
2022-05-06libstdc++: Simplify std::normal_distribution equality operatorJonathan Wakely2-1/+21
2022-05-06libstdc++: Fix deserialization for std::normal_distribution [PR105502]Jonathan Wakely1-1/+35
2022-01-03Update copyright years.Jakub Jelinek275-275/+275
2021-11-15c++: Add -fimplicit-constexprJason Merrill1-0/+8
2021-11-09libstdc++: Make test print which random_device tokens workJonathan Wakely1-0/+7
2021-11-09libstdc++: Support getentropy and arc4random in std::random_deviceJonathan Wakely2-0/+8
2021-11-09libstdc++: Make spurious std::random_device FAIL less likelyJonathan Wakely1-1/+1
2021-11-05libstdc++: Add support for POWER9 DARN instruction to std::random_deviceJonathan Wakely2-3/+4
2021-10-19libstdc++: Implement std::random_device::entropy() for other sourcesJonathan Wakely1-0/+37
2021-08-17libstdc++: Optimize std::seed_seq constructionAntony Polukhin1-1/+1
2021-08-17libstdc++: Test std::seed_seq construction from input iteratorsJonathan Wakely1-1/+15
2021-08-03libstdc++: Suppress redundant definitions of inline variablesJonathan Wakely1-1/+1
2021-07-16libstdc++: Modernize <bits/random.h> helpersJonathan Wakely1-1/+1
2021-07-01libstdc++: Improve Doxygen documentation groups [PR 101258]Jonathan Wakely1-1/+1
2021-07-01libstdc++: Suppress redundant definitions of static members in <random>Jonathan Wakely1-1/+1
2021-06-22libstdc++: Implement LWG 3422 for std::seed_seqJonathan Wakely2-1/+10
2021-04-12libstdc++: Fix some tests that fail in C++20 modeJonathan Wakely1-1/+3
2021-03-26libstdc++: Add PRNG fallback to std::random_deviceJonathan Wakely5-34/+19
2021-01-04Update copyright years.Jakub Jelinek275-275/+275
2020-10-31libstdc++: Prefer double to long double in std::shuffle_order_engineJonathan Wakely1-1/+1
2020-10-09libstdc++: Fix incorrect results in std::seed_seq::generate [PR 97311]Jonathan Wakely2-1/+54
2020-10-08libstdc++: Add assertions for preconditions in sampling distributions [PR 82584]Jonathan Wakely1-1/+1
2020-10-08libstdc++: Avoid divide by zero in default template argumentsJonathan Wakely2-4/+41
2020-10-08libstdc++: Fix divide by zero in default template argumentJonathan Wakely1-0/+27
2020-05-19libstdc++: Use RDRAND as fallback if RDSEED keeps failing (PR 94087)Jonathan Wakely1-0/+63
2020-02-17libstdc++: Reduce header dependencies for C++20 (PR 92546)Jonathan Wakely1-1/+1
2020-02-15libstdc++: Implement LWG 3150 for std::uniform_random_bit_generatorJonathan Wakely2-1/+28
2020-01-09libstdc++: Fix undefined behaviour in random dist serialization (PR93205)Jonathan Wakely1-1/+1
2020-01-01Update copyright years.Jakub Jelinek272-272/+272
2019-10-24Define std::uniform_random_bit_generator concept for C++20Jonathan Wakely2-1/+222
2019-05-31Fix random_device to work with COW strings againJonathan Wakely3-10/+54
2019-05-29PR libstdc++/85494 fix failing testJonathan Wakely1-8/+60
2019-05-29PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely1-0/+40
2019-05-23From what I understand of the libstdc++/83237 thread atHans-Peter Nilsson1-0/+4
2019-01-01Update copyright years.Jakub Jelinek269-269/+269
2018-10-16Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1Jonathan Wakely1-1/+1