Uses of Class
com.jgalgo.gen.UniformTreeGenerator
Package
Description
Graph generators used to generate (possibly random) graphs with different distributions and structures.
-
Uses of UniformTreeGenerator in com.jgalgo.gen
Modifier and TypeMethodDescriptionSet the edge builder that will be used to generate edges.UniformTreeGenerator.seed
(long seed) Set the seed of the random number generator used to generate the graph(s).UniformTreeGenerator.vertices
(int verticesNum) Set the number of vertices that will be generated for each graph.Set the number of vertices that will be generated for each graph, and the vertex builder that will be used to generate them.UniformTreeGenerator.vertices
(Collection<? extends V> vertices) Set the vertices set of the generated graph(s).