Package cdc.graphs.impl.tests
Class RandomGraphGenerator
- java.lang.Object
-
- cdc.graphs.impl.tests.RandomGraphGenerator
-
public final class RandomGraphGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description RandomGraphGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <N extends TestNode,E extends TestEdge<N>>
voidfill(TestGraph<N,E> graph, int nodesCount, int edgesCount)voidsetSeed(long seed)
-