aboutsummaryrefslogtreecommitdiff
path: root/core/math
diff options
context:
space:
mode:
authorColter <32916571+Goldenlion5648@users.noreply.github.com>2025-01-29 12:20:07 -0500
committerGitHub <noreply@github.com>2025-01-29 12:20:07 -0500
commitd5d900e292bf59885eb55ff4243af24c60eb82a0 (patch)
tree6403120435168747113966cc0ed00e92d8f3c407 /core/math
parent2656ecd4e17d448f1d972270bde87f75bc096d0d (diff)
fix typo in float32_range doc string
Diffstat (limited to 'core/math')
-rw-r--r--core/math/rand/rand.odin2
1 files changed, 1 insertions, 1 deletions
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) {