Monte Carlo Methods are interesting algorithms that rely on random sampling to obtain numeric result (Wikipedia). Since today is Pi Day, we are going to design a Monte Carol method
Modify spiral of spirals such that the direction of sub spirals start from almost the opposite direction to the current spiral. Source Code: (This code may run a few minutes)