File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
provides/include/dumpster_v1 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,6 @@ template <class Action> struct finally_t : Private::finally_t<Action> {
5151template <class Action >
5252finally_t <std::remove_cvref_t <Action>> finally (Action &&action);
5353
54- // ranqd1.hpp ==================================================================
55-
56- // / The `ranqd1` generator from Numerical Recipes in C, 2nd Edition.
57- uint32_t ranqd1 (uint32_t seed);
58-
5954// insertion_sort.hpp ==========================================================
6055
6156// / Sorts given sentinel terminated sequence to ascending order. Intended for
@@ -64,4 +59,9 @@ uint32_t ranqd1(uint32_t seed);
6459template <class RandomIt , class Less , class IsSentinel >
6560void insertion_sort (RandomIt values, Less less, IsSentinel is_sentinel);
6661
62+ // ranqd1.hpp ==================================================================
63+
64+ // / The `ranqd1` generator from Numerical Recipes in C, 2nd Edition.
65+ uint32_t ranqd1 (uint32_t seed);
66+
6767} // namespace dumpster_v1
You can’t perform that action at this time.
0 commit comments