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 @@ -59,11 +59,6 @@ finally_t<std::remove_cvref_t<Action>> finally(Action &&action);
5959template <class RandomIt , class Less , class IsSentinel >
6060void insertion_sort (RandomIt values, Less less, IsSentinel is_sentinel);
6161
62- // ranqd1.hpp ==================================================================
63-
64- // / The `ranqd1` generator from Numerical Recipes in C, 2nd Edition.
65- uint32_t ranqd1 (uint32_t seed);
66-
6762// primes.hpp ==================================================================
6863
6964// / Returns the largest prime that is less than the given value rounded to the
@@ -74,4 +69,9 @@ uint32_t prime_less_than_next_pow_2_or_1(uint32_t x);
7469// / to the next power of 2 or 1.
7570uint64_t prime_less_than_next_pow_2_or_1 (uint64_t x);
7671
72+ // ranqd1.hpp ==================================================================
73+
74+ // / The `ranqd1` generator from Numerical Recipes in C, 2nd Edition.
75+ uint32_t ranqd1 (uint32_t seed);
76+
7777} // namespace dumpster_v1
You can’t perform that action at this time.
0 commit comments