From 9343e3886021d77fce55efb46e45ad551ebf2ce3 Mon Sep 17 00:00:00 2001 From: Thomas Arp <357770+welcor@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:47:51 +0200 Subject: [PATCH] Comment should match code Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/test_random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_random.c b/tests/test_random.c index dbcfd30..70237db 100644 --- a/tests/test_random.c +++ b/tests/test_random.c @@ -24,7 +24,7 @@ void tearDown(void) { logfile = NULL; } * Precomputed for seed=1: * call 1 → 16807 * call 2 → 282475249 - * call 3 → 1622136673 + * call 3 → 1622650073 * ========================================================= */ void test_circle_random_deterministic_first(void)