index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
testsuite
/
ext
/
random
Age
Commit message (
Expand
)
Author
2025-01-02
Update copyright years.
Jakub Jelinek
2024-01-03
Update copyright years.
Jakub Jelinek
2023-09-18
c++: non-dependent assignment checking [PR63198, PR18474]
Patrick Palka
2023-06-07
libstdc++: Fix some tests that fail with -fexcess-precision=standard
Jonathan Wakely
2023-01-16
Update copyright years.
Jakub Jelinek
2022-01-03
Update copyright years.
Jakub Jelinek
2021-01-04
Update copyright years.
Jakub Jelinek
2020-01-01
Update copyright years.
Jakub Jelinek
2019-08-09
skip Cholesky decomposition in is>>n_mv_dist
Alexandre Oliva
2019-01-01
Update copyright years.
Jakub Jelinek
2018-06-14
P0935R0 Eradicating unnecessarily explicit default constructors
Jonathan Wakely
2018-06-12
P0935R0 Eradicating unnecessarily explicit default constructors
Jonathan Wakely
2018-05-15
PR libstdc++/85749 constrain seed sequences for random number engines
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
2017-01-20
PR69240 Define inequality operators for <random> param types
Jonathan Wakely
2017-01-01
Update copyright years.
Jakub Jelinek
2016-10-27
Fix target selectors in uniform_inside_sphere_distribution tests
Jonathan Wakely
2016-10-26
Implement uniform_inside_sphere_distribution extension.
Edward Smith-Rowland
2016-10-14
1.cc: Remove 'test' variables.
Paolo Carlini
2016-08-26
Use effective-target instead of -std options
Jonathan Wakely
2016-01-04
Update copyright years.
Jakub Jelinek
2015-01-05
Update copyright years.
Jakub Jelinek
2014-10-15
57899.cc: Prefer -std=gnu++11.
Paolo Carlini
2014-08-28
*: Fix incorrect standard references in comments.
Jonathan Wakely
2014-08-09
random.tcc (uniform_on_sphere_helper): Define.
Ulrich Drepper
2014-07-29
PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>
Ed Smith-Rowland
2014-07-13
random: Add uniform_on_sphere_distribution definition.
Ulrich Drepper
2014-07-12
Add the logistic_distribution as an extension.
Edward Smith-Rowland
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
2013-11-27
Fix ext/random/hypergeometric_distribution/operators/values.cc on Solaris 9
Rainer Orth
2013-11-27
Fix ext/random/hypergeometric_distribution/operators/values.cc on Solaris 9
Rainer Orth
2013-11-22
values.cc: Fix further thinkos.
Paolo Carlini
2013-11-22
values.cc: Fix thinkos.
Paolo Carlini
2013-11-21
Implement __gnu_cxx::hypergeometric_distribution.
Edward Smith-Rowland
2013-08-07
re PR libstdc++/58098 (wrong return value of normal_distribution::min())
Paolo Carlini
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
2012-10-12
dd the Hoyt and the arcsine distributions as extensions.
Edward Smith-Rowland
2012-10-09
re PR libstdc++/54869 (ext/random/simd_fast_mersenne_twister_engine/cons/defa...
Paolo Carlini
2012-09-25
Implement the K-distribution as an extension.
Edward Smith-Rowland
2012-09-21
Implement the Pareto distribution as an extension.
Edward Smith-Rowland
2012-09-18
Implement the Nakagami statistical distribution as an extension.
Edward Smith-Rowland
2012-09-16
random (rice_distribution<>::operator==): Change inline friend definition to ...
Paolo Carlini