Click or drag to resize

RandomGraphFactoryGetVertexTVertex, TEdge Method (IVertexListGraphTVertex, TEdge, Random)

Namespace:  QuickGraph.Algorithms
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static TVertex GetVertex<TVertex, TEdge>(
	IVertexListGraph<TVertex, TEdge> g,
	Random rnd
)
where TEdge : Object, IEdge<TVertex>

Parameters

g
Type: QuickGraphIVertexListGraphTVertex, TEdge
rnd
Type: SystemRandom

Type Parameters

TVertex
TEdge

Return Value

Type: TVertex
See Also