index
:
riscv-gnu-toolchain/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/fortran_unsigned
devel/gccgo
devel/gfortran-caf
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-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-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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
ext
/
random.tcc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-05-31
libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>
Jonathan Wakely
1
-3
/
+3
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
1
-0
/
+2
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-08-09
skip Cholesky decomposition in is>>n_mv_dist
Alexandre Oliva
1
-3
/
+5
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-05-15
PR libstdc++/85749 constrain seed sequences for random number engines
Jonathan Wakely
1
-1
/
+2
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-24
random.tcc: Fix usage of _OutputIteratorConcept.
François Dumont
1
-13
/
+27
2016-10-26
Implement uniform_inside_sphere_distribution extension.
Edward Smith-Rowland
1
-1
/
+161
2016-01-15
random.tcc: Use __builtin_isfinite instead of std::isfinite.
Steve Ellcey
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-08-13
2014-08-13 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini
1
-1
/
+1
2014-08-13
re PR libstdc++/62118 (cases under libstdc++-v3/testsuite/ext/ failed on aarc...
Paolo Carlini
1
-2
/
+8
2014-08-09
random.tcc (uniform_on_sphere_helper): Define.
Ulrich Drepper
1
-12
/
+79
2014-07-29
PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>
Ed Smith-Rowland
1
-1
/
+1
2014-07-16
random: Minor formatting and cosmetic tweaks.
Paolo Carlini
1
-5
/
+3
2014-07-14
random.tcc: Unfortunately more fixes for operator>> and operator<< for...
Ulrich Drepper
1
-2
/
+2
2014-07-13
random.tcc: Fix operator>> and operator<< for uniform_on_sphere_distribution.
Ulrich Drepper
1
-2
/
+2
2014-07-13
random: Add uniform_on_sphere_distribution definition.
Ulrich Drepper
1
-1
/
+60
2014-07-12
Add the logistic_distribution as an extension.
Edward Smith-Rowland
1
-0
/
+126
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
1
-1
/
+1
2013-11-21
Implement __gnu_cxx::hypergeometric_distribution.
Edward Smith-Rowland
1
-1
/
+107
2013-03-03
Add math constants and triangular and von Mises distributions.
Ulrich Drepper
1
-0
/
+120
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
1
-1
/
+1
2012-10-12
dd the Hoyt and the arcsine distributions as extensions.
Edward Smith-Rowland
1
-0
/
+172
2012-10-09
re PR libstdc++/54869 (ext/random/simd_fast_mersenne_twister_engine/cons/defa...
Paolo Carlini
1
-0
/
+2
2012-10-01
re PR libstdc++/54757 (FAIL: ext/random/beta_distribution/cons/default.cc (te...
Paolo Carlini
1
-0
/
+4
2012-09-25
Implement the K-distribution as an extension.
Edward Smith-Rowland
1
-0
/
+97
2012-09-23
re PR libstdc++/54675 (Many libstdc++ testsuite failures in ext/random)
Uros Bizjak
1
-11
/
+11
2012-09-21
Implement the Pareto distribution as an extension.
Edward Smith-Rowland
1
-0
/
+64
2012-09-18
Implement the Nakagami statistical distribution as an extension.
Edward Smith-Rowland
1
-0
/
+64
2012-09-18
re PR libstdc++/54612 (Many failures in ext/random testsuite)
Paolo Carlini
1
-1
/
+6
2012-09-17
configure.ac: Substitute CPU_OPT_EXT_RANDOM.
Ulrich Drepper
1
-65
/
+24
2012-09-17
Fix a paste-o in ext/random.tcc - declared an Adapted urng that was not used ...
Edward Smith-Rowland
1
-3
/
+0
2012-09-16
Add the rice distribution as an extension.
Edward Smith-Rowland
1
-0
/
+72
2012-09-05
* include/ext/random.tcc (__gnu_cxx:normal_mv_distribution<>)
Ulrich Drepper
1
-2
/
+1
2012-09-05
random: Add __gnu_cxx:normal_mv_distribution<> class.
Ulrich Drepper
1
-0
/
+214
2012-09-04
random: Add __gnu_cxx::beta_distribution<> class.
Ulrich Drepper
1
-0
/
+100
2012-08-29
Add simd_fast_mersenne_twister_engine class.
Ulrich Drepper
1
-0
/
+445