Merge pull request #4774 from Goldenlion5648/typo-correction-in-rand

fix typo in float32_range doc string
This commit is contained in:
gingerBill
2025-02-05 11:59:59 +00:00
committed by GitHub

View File

@@ -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) {