Comment should match code

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Thomas Arp
2026-04-22 22:47:51 +02:00
committed by GitHub
parent 48030f3c2f
commit 9343e38860

View File

@@ -24,7 +24,7 @@ void tearDown(void) { logfile = NULL; }
* Precomputed for seed=1: * Precomputed for seed=1:
* call 1 → 16807 * call 1 → 16807
* call 2 → 282475249 * call 2 → 282475249
* call 3 → 1622136673 * call 3 → 1622650073
* ========================================================= */ * ========================================================= */
void test_circle_random_deterministic_first(void) void test_circle_random_deterministic_first(void)