llvm-capstone/libcxx/include/__random
Louis Dionne 9783f28cbb
[libc++] Format the code base (#74334)
This patch runs clang-format on all of libcxx/include and libcxx/src, in
accordance with the RFC discussed at [1]. Follow-up patches will format
the benchmarks, the test suite and remaining parts of the code. I'm
splitting this one into its own patch so the diff is a bit easier to
review.

This patch was generated with:

   find libcxx/include libcxx/src -type f \
      | grep -v 'module.modulemap.in' \
      | grep -v 'CMakeLists.txt' \
      | grep -v 'README.txt' \
      | grep -v 'libcxx.imp' \
      | grep -v '__config_site.in' \
      | xargs clang-format -i

A Git merge driver is available in libcxx/utils/clang-format-merge-driver.sh
to help resolve merge and rebase issues across these formatting changes.

[1]: https://discourse.llvm.org/t/rfc-clang-formatting-all-of-libc-once-and-for-all
2023-12-18 14:01:33 -05:00
..
bernoulli_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
binomial_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
cauchy_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
chi_squared_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
clamp_to_integral.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
default_random_engine.h [libc++] Revert "Protect users from relying on detail headers" & related changes 2022-03-01 08:20:24 -05:00
discard_block_engine.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
discrete_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
exponential_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
extreme_value_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
fisher_f_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
gamma_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
generate_canonical.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
geometric_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
independent_bits_engine.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
is_seed_sequence.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
is_valid.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
knuth_b.h [libc++] Revert "Protect users from relying on detail headers" & related changes 2022-03-01 08:20:24 -05:00
linear_congruential_engine.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
log2.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
lognormal_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
mersenne_twister_engine.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
negative_binomial_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
normal_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
piecewise_constant_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
piecewise_linear_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
poisson_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
random_device.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
ranlux.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
seed_seq.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
shuffle_order_engine.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
student_t_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
subtract_with_carry_engine.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
uniform_int_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
uniform_random_bit_generator.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
uniform_real_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
weibull_distribution.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00