Browse Source

fix typo in float32_range doc string

Colter 8 months ago
parent
commit
d5d900e292
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/math/rand/rand.odin

+ 1 - 1
core/math/rand/rand.odin

@@ -468,7 +468,7 @@ Example:
 Possible Output:
 Possible Output:
 
 
 	15.312
 	15.312
-	673.130
+	273.130
 
 
 */
 */
 @(require_results) float32_range :: proc(low, high: f32, gen := context.random_generator) -> (val: f32) {
 @(require_results) float32_range :: proc(low, high: f32, gen := context.random_generator) -> (val: f32) {