From b1c43f2613de0614e5b9c96e34ae2c4e736a4903 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Tue, 28 Apr 2026 07:59:46 +0200 Subject: [PATCH] [rand.synopsis] Fix indentation --- source/numerics.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/numerics.tex b/source/numerics.tex index 36f4bc1b86..78c25da4ba 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -1446,12 +1446,12 @@ requires @\libconcept{output_range}@> && @\libconcept{invocable}@ && @\libconcept{uniform_random_bit_generator}@> && is_arithmetic_v> - constexpr borrowed_iterator_t generate_random(R&& r, G&& g, D&& d); + constexpr borrowed_iterator_t generate_random(R&& r, G&& g, D&& d); template> O, @\libconcept{sentinel_for}@ S> requires @\libconcept{invocable}@ && @\libconcept{uniform_random_bit_generator}@> && is_arithmetic_v> - constexpr O generate_random(O first, S last, G&& g, D&& d); + constexpr O generate_random(O first, S last, G&& g, D&& d); } // \ref{rand.dist.uni.int}, class template \tcode{uniform_int_distribution}