diff --git a/core/math/rand/rand.odin b/core/math/rand/rand.odin index c556702bd..56208931f 100644 --- a/core/math/rand/rand.odin +++ b/core/math/rand/rand.odin @@ -432,7 +432,7 @@ Example: Possible Output: 15.312 - 673.130 + 273.15 */ @(require_results) float64_range :: proc(low, high: f64, gen := context.random_generator) -> (val: f64) { @@ -467,7 +467,7 @@ Example: Possible Output: 15.312 - 273.130 + 273.15 */ @(require_results) float32_range :: proc(low, high: f32, gen := context.random_generator) -> (val: f32) {