Hello,
I'm new to using fortran and I've been working on a project to randomly generate locations of circles on a coordinate grid. I'm also trying to make sure the locations do not overlap.
My initial idea was to make sure the generated values are not within a diameter's distance from each other. To do this I need to be able to access the previously generated values to do the calculations.
If anyone could offer any advice on how I could do that, it would be much appreciated.
Thanks
I'm new to using fortran and I've been working on a project to randomly generate locations of circles on a coordinate grid. I'm also trying to make sure the locations do not overlap.
My initial idea was to make sure the generated values are not within a diameter's distance from each other. To do this I need to be able to access the previously generated values to do the calculations.
If anyone could offer any advice on how I could do that, it would be much appreciated.
Thanks