Click or drag to resize

RandomGraphFactoryGetEdgeTVertex, TEdge Method (IEdgeSetTVertex, TEdge, Random)

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

Parameters

g
Type: QuickGraphIEdgeSetTVertex, TEdge
rnd
Type: SystemRandom

Type Parameters

TVertex
TEdge

Return Value

Type: TEdge
See Also