I am working on a couple projects and I need to generate some random points across defined bounding boxes. I have the basic code worked out in python and I am testing the results. Just for kicks here is a million points generated in Python to a csv file (in 10 seconds) and drawn (rather quickly) in Quantum. Sweet.
I’ll share the code on Thursday.