zig/lib/libcxx/include/__random
Alex Rønne Petersen 156ab87500
libcxx: Update to Clang 20.
See:

* https://discourse.llvm.org/t/rfc-freezing-c-03-headers-in-libc/77319
* https://discourse.llvm.org/t/rfc-project-hand-in-hand-llvm-libc-libc-code-sharing/77701

We're dropping support for C++03 for Zig due to the first change; it would be
insane to ship 1018 duplicate header files just for this outdated use case.

As a result of the second change, I had to bring in a subset of the headers from
llvm-libc since libc++ now depends on these. Hopefully we can continue to get
away with not copying the entirety of llvm-libc.
2025-04-04 06:08:09 +02:00
..
bernoulli_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
binomial_distribution.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
cauchy_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
chi_squared_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
clamp_to_integral.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
default_random_engine.h update libcxx to LLVM 15 2022-08-04 17:53:05 -07:00
discard_block_engine.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
discrete_distribution.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
exponential_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
extreme_value_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
fisher_f_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
gamma_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
generate_canonical.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
geometric_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
independent_bits_engine.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
is_seed_sequence.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
is_valid.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
knuth_b.h update libcxx to LLVM 15 2022-08-04 17:53:05 -07:00
linear_congruential_engine.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
log2.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
lognormal_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
mersenne_twister_engine.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
negative_binomial_distribution.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
normal_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
piecewise_constant_distribution.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
piecewise_linear_distribution.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
poisson_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
random_device.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
ranlux.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
seed_seq.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
shuffle_order_engine.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
student_t_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
subtract_with_carry_engine.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
uniform_int_distribution.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
uniform_random_bit_generator.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
uniform_real_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
weibull_distribution.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00