Unfortunately, I pressed the 'Add' button too early. The actual report was that in `varJuliaScope.pas`, in TVariationJuliaScope.CalcFunction, the sign of the arctan2 function is dependant on the parity of the random `rnd` variable. This variable is also used as to multiply 2*PI. However, the JuliaScope variation is supposed to make use of two independant random variables, one to determine the sign of the arctan2, the other to multiply 2*PI. The results are drastically different.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Unfortunately, I pressed the 'Add' button too early. The actual report was that in `varJuliaScope.pas`, in TVariationJuliaScope.CalcFunction, the sign of the arctan2 function is dependant on the parity of the random `rnd` variable. This variable is also used as to multiply 2*PI. However, the JuliaScope variation is supposed to make use of two independant random variables, one to determine the sign of the arctan2, the other to multiply 2*PI. The results are drastically different.