This commit is contained in:
gingerBill
2020-09-07 14:40:36 +01:00
parent 1064622ff7
commit 2dfa3a5df7
+1 -1
View File
@@ -17,7 +17,7 @@ import "core:math"
// //
// sample = norm_float64() * std_dev + mean // sample = norm_float64() * std_dev + mean
// //
norm_float64 :: proc(r: ^Rand = global_rand_ptr) -> f64 { norm_float64 :: proc(r: ^Rand = nil) -> f64 {
rn :: 3.442619855899; rn :: 3.442619855899;
@(static) @(static)