


Bits error versus u1



Bits error versus u2
Initial program 0.4
Applied simplify0.3
rmApplied clear-num0.3
rmApplied div-inv0.4
pow expressions.Time bar (total: 25.1s)Debug logProfile
herbie shell --seed '#(1063027428 1192549564 1443466578 604016274 3637110559 1698629644)'
(FPCore (u1 u2)
:name "normal distribution"
:pre (and (<= 0 u1 1) (<= 0 u2 1))
(+ (* (* (/ 1 6) (pow (* -2 (log u1)) 0.5)) (cos (* (* 2 PI) u2))) 0.5))