From d5d900e292bf59885eb55ff4243af24c60eb82a0 Mon Sep 17 00:00:00 2001 From: Colter <32916571+Goldenlion5648@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:20:07 -0500 Subject: [PATCH] fix typo in float32_range doc string --- core/math/rand/rand.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/math/rand/rand.odin b/core/math/rand/rand.odin index bbd59a419..3082a0afc 100644 --- a/core/math/rand/rand.odin +++ b/core/math/rand/rand.odin @@ -468,7 +468,7 @@ Example: Possible Output: 15.312 - 673.130 + 273.130 */ @(require_results) float32_range :: proc(low, high: f32, gen := context.random_generator) -> (val: f32) {