From 4bc975037357018b940db52826b5010482b52113 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 2 Jul 2026 11:05:53 +0200 Subject: [PATCH] Fix #6843 --- core/math/rand/rand.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/math/rand/rand.odin b/core/math/rand/rand.odin index 738de07e5..bb3dc7556 100644 --- a/core/math/rand/rand.odin +++ b/core/math/rand/rand.odin @@ -1044,8 +1044,8 @@ Example: Possible Output: - [7201011, 3, 9123, 231131] - [19578, 910081, 131, 7] + [3, 2, 0, 1] + [1, 0, 2, 3] */ @(require_results)