Documentation ¶ Index ¶ func AssignRandomCoordinates(g graph.Graph, layoutR2 layout.LayoutR2, randomizerSeed uint64) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AssignRandomCoordinates ¶ func AssignRandomCoordinates(g graph.Graph, layoutR2 layout.LayoutR2, randomizerSeed uint64) AssignRandomCoordinates assigns an x and y value to each node. These values are randomly chosen from within the value range: [-5.0*g.Nodes().Len(), 5.0*g.Nodes().Len()] Types ¶ This section is empty. Source Files ¶ View all Source files random_layout.go Click to show internal directories. Click to hide internal directories.