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}