Hello,
Thank you for this graph generator. I see that the code pre-allocates memory for the number of edges it will be generating which means we would be limited to our RAM size. Do you have an updated version where the graph could be flushed to disk while its being created?