Randomly permutes a list of edges.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public static void RandomPermute(
	ref List<Edge> edges
)
Visual Basic (Declaration)
Public Shared Sub RandomPermute ( _
	ByRef edges As List(Of Edge) _
)
Visual C++
public:
static void RandomPermute(
	List<Edge^>^% edges
)

Parameters

edges
Type: System.Collections.Generic..::.List<(Of <(Edge>)>) %
A list of edges to randomly permute.

See Also