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
binomial_distribution.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
cauchy_distribution.h
chi_squared_distribution.h
clamp_to_integral.h
default_random_engine.h
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
extreme_value_distribution.h
fisher_f_distribution.h
gamma_distribution.h
generate_canonical.h
geometric_distribution.h
independent_bits_engine.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
is_seed_sequence.h
is_valid.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
knuth_b.h
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
mersenne_twister_engine.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
negative_binomial_distribution.h
normal_distribution.h
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
random_device.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
ranlux.h
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
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
weibull_distribution.h