Skip to content

Commit c4a89e3

Browse files
authored
[alg.rand.generate] Add generate_random to index (#7774)
1 parent 0fbf0ed commit c4a89e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/algorithms.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11865,6 +11865,7 @@
1186511865

1186611866
\rSec2[alg.rand.generate]{\tcode{generate_random}}
1186711867

11868+
\indexlibraryglobal{generate_random}%
1186811869
\begin{itemdecl}
1186911870
template<class R, class G>
1187011871
requires @\libconcept{output_range}@<R, invoke_result_t<G&>> && @\libconcept{uniform_random_bit_generator}@<remove_cvref_t<G>>
@@ -11907,6 +11908,7 @@
1190711908
\end{note}
1190811909
\end{itemdescr}
1190911910

11911+
\indexlibraryglobal{generate_random}%
1191011912
\begin{itemdecl}
1191111913
template<class G, @\libconcept{output_iterator}@<invoke_result_t<G&>> O, @\libconcept{sentinel_for}@<O> S>
1191211914
requires @\libconcept{uniform_random_bit_generator}@<remove_cvref_t<G>>
@@ -11922,6 +11924,7 @@
1192211924
\end{codeblock}
1192311925
\end{itemdescr}
1192411926

11927+
\indexlibraryglobal{generate_random}%
1192511928
\begin{itemdecl}
1192611929
template<class R, class G, class D>
1192711930
requires @\libconcept{output_range}@<R, invoke_result_t<D&, G&>> && @\libconcept{invocable}@<D&, G&> &&
@@ -11973,6 +11976,7 @@
1197311976
\end{note}
1197411977
\end{itemdescr}
1197511978

11979+
\indexlibraryglobal{generate_random}%
1197611980
\begin{itemdecl}
1197711981
template<class G, class D, @\libconcept{output_iterator}@<invoke_result_t<D&, G&>> O, @\libconcept{sentinel_for}@<O> S>
1197811982
requires @\libconcept{invocable}@<D&, G&> && @\libconcept{uniform_random_bit_generator}@<remove_cvref_t<G>> &&

0 commit comments

Comments
 (0)