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)