Click or drag to resize

RandomGraphFactoryGetVertexTVertex, TEdge Method (IEnumerableTVertex, Int32, 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>(
	IEnumerable<TVertex> vertices,
	int count,
	Random rnd
)
where TEdge : Object, IEdge<TVertex>

Parameters

vertices
Type: System.Collections.GenericIEnumerableTVertex
count
Type: SystemInt32
rnd
Type: SystemRandom

Type Parameters

TVertex
TEdge

Return Value

Type: TVertex
See Also