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/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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
random.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-31
libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>
Jonathan Wakely
1
-6
/
+6
2023-04-28
libstdc++: Improve doxygen docs for <random>
Jonathan Wakely
1
-6
/
+121
2023-01-18
libstdc++: Fix std::random_device::entropy() for non-posix targets
Jonathan Wakely
1
-9
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-11-28
libstdc++: Make 16-bit std::subtract_with_carry_engine work [PR107466]
Jonathan Wakely
1
-3
/
+3
2022-11-25
libstdc++: Do not define operator!= in <random> for C++20
Jonathan Wakely
1
-16
/
+90
2022-10-04
libstdc++: Refactor seed sequence constraints in <random>
Jonathan Wakely
1
-15
/
+24
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-07-16
libstdc++: Modernize <bits/random.h> helpers
Jonathan Wakely
1
-9
/
+12
2021-07-16
libstdc++: Use __extension__ instead of diagnostic pragmas
Jonathan Wakely
1
-2
/
+2
2021-07-01
libstdc++: Improve Doxygen documentation groups [PR 101258]
Jonathan Wakely
1
-3
/
+3
2021-06-22
libstdc++: Implement LWG 3422 for std::seed_seq
Jonathan Wakely
1
-1
/
+1
2021-05-04
libstdc++: Remove _GLIBCXX_USE_INT128 autoconf macro
Jonathan Wakely
1
-1
/
+1
2021-04-08
libstdc++: Fix more doxygen markup for group close commands
Jonathan Wakely
1
-8
/
+8
2021-03-11
libstdc++: Initialize std::normal_distribution::_M_saved [PR 99536]
Jonathan Wakely
1
-4
/
+4
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-10-31
libstdc++: Prefer double to long double in std::shuffle_order_engine
Jonathan Wakely
1
-4
/
+6
2020-10-08
libstdc++: Avoid divide by zero in default template arguments
Jonathan Wakely
1
-2
/
+11
2020-10-08
libstdc++: Fix divide by zero in default template argument
Jonathan Wakely
1
-1
/
+1
2020-10-08
libstdc++: Fix non-reserved names in headers
Jonathan Wakely
1
-1
/
+1
2020-02-17
libstdc++: Reduce header dependencies for C++20 (PR 92546)
Jonathan Wakely
1
-15
/
+1
2020-02-15
libstdc++: Implement LWG 3150 for std::uniform_random_bit_generator
Jonathan Wakely
1
-0
/
+1
2020-01-09
libstdc++: Fix undefined behaviour in random dist serialization (PR93205)
Jonathan Wakely
1
-3
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-10-24
Define std::uniform_random_bit_generator concept for C++20
Jonathan Wakely
1
-0
/
+15
2019-05-31
Fix random_device to work with COW strings again
Jonathan Wakely
1
-0
/
+2
2019-05-29
PR libstdc++/85494 use rdseed and rand_s in std::random_device
Jonathan Wakely
1
-15
/
+8
2019-05-17
Fix uses of non-reserved names for template parameters
Jonathan Wakely
1
-2
/
+2
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-10-16
Fix regression in std::random_device default constructor
Jonathan Wakely
1
-1
/
+1
2018-10-16
Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1
Jonathan Wakely
1
-3
/
+3
2018-06-15
PR libstdc++/86168 fix ambiguous default constructor
Jonathan Wakely
1
-1
/
+1
2018-06-14
P0935R0 Eradicating unnecessarily explicit default constructors
Jonathan Wakely
1
-24
/
+48
2018-06-12
P0935R0 Eradicating unnecessarily explicit default constructors
Jonathan Wakely
1
-40
/
+90
2018-05-15
PR libstdc++/85749 constrain seed sequences for random number engines
Jonathan Wakely
1
-27
/
+51
2018-01-15
PR libstdc++/83833 fix chi_squared_distribution::param(const param&)
Jonathan Wakely
1
-1
/
+6
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
1
-7
/
+0
2017-07-19
new (bad_array_new_length): Remove redundant semicolon after in-class member ...
Volker Reichelt
1
-1
/
+1
2017-05-23
PR libstdc++/67578 Implement non-trivial std::random_device::entropy
Xi Ruoyao
1
-1
/
+8
2017-01-20
PR69240 Define inequality operators for <random> param types
Jonathan Wakely
1
-2
/
+96
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-04-18
PR libstdc++/41759 reword static assertions in <random>
Jonathan Wakely
1
-30
/
+30
2016-01-25
Avoid including all of <random> in <algorithm>
Jonathan Wakely
1
-166
/
+2
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-09-09
Enable lightweight checks with _GLIBCXX_ASSERTIONS.
Jonathan Wakely
1
-10
/
+10
2015-05-13
* include/bits/random.h (seed_seq): More noexcept (LWG 2440).
Jonathan Wakely
1
-4
/
+2
2015-04-28
re PR libstdc++/65631 (seed_seq should not be copyable)
Jonathan Wakely
1
-0
/
+4
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-07-29
PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>
Ed Smith-Rowland
1
-0
/
+2
[next]