Synthetic Graph Generators
To help with benchmarking lets create some synthetic graph generators. The Pregel paper describes a log-normal generator which is relatively easy to implement.
Where should the graph generator code go?
How about in the utils package?
We should also add an RMat graph generator. See http://www.cs.cmu.edu/~christos/PUBLICATIONS/siam04.pdf for details.
Did we ever find a location to place this code?
This github "bug/feature" is getting a little confusing. So is this issue closed? As far as I can tell the generator code has been written but possibly not tested?
Yeah it needs to be cleaned up and I need to write tests for it. I'll do that this week.