


Bits error versus u1



Bits error versus u2
Initial program 0.4
Applied simplify0.3
rmApplied add-cube-cbrt0.3
Applied associate-*r*0.3
Time bar (total: 1.0m)Debug logProfile
herbie shell --seed '#(1064300848 3212030778 2049303162 3567222883 2277747821 1384278011)'
(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))