This commit is contained in:
NunoSempere 2024-07-12 18:39:13 -04:00
parent 254b9068af
commit b665262e33

View File

@ -103,7 +103,7 @@ const HELP_MSG = " Operation | Variable assignment | Special\n" +
const NORMAL90CONFIDENCE = 1.6448536269514727
const INIT_DIST Scalar = Scalar(1)
var N_SAMPLES = 1_00_000
var N_SAMPLES = 100_000
/* Printers */
func prettyPrintDist(dist Dist) {