Skip to content

Commit f44d0e4

Browse files
committed
Sort by header name
1 parent 8901e77 commit f44d0e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

provides/include/dumpster_v1/synopsis.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ finally_t<std::remove_cvref_t<Action>> finally(Action &&action);
5959
template <class RandomIt, class Less, class IsSentinel>
6060
void 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.
7570
uint64_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

0 commit comments

Comments
 (0)