


Bits error versus u1



Bits error versus u2
Initial program 0.4
Applied simplify0.4
rmApplied add-sqr-sqrt0.5
Applied associate-*l*0.5
Time bar (total: 50.3s)Debug logProfile
herbie shell --seed '#(1070706311 3771791028 4128836681 4194990999 2341756049 504035650)'
(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))