I know this codebase is pretty old, but it seems like there is a possibility of x coordinates colliding upon generating the points / parts at random.
As we do not insert a selected x coordinate for a point into numbers, another point's x coordinate can possibly collide.
sssa-ruby/lib/sssa.rb
Line 31 in df65db5
I know this codebase is pretty old, but it seems like there is a possibility of x coordinates colliding upon generating the points / parts at random.
As we do not insert a selected x coordinate for a point into
numbers, another point's x coordinate can possibly collide.