CvArrRandShuffle Method (CvRNG, Double) OpenCvSharp Class Library
Randomly shuffles the array elements

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void RandShuffle(
	CvRNG rng,
	double iterFactor
)

Parameters

rng
Type: OpenCvSharpCvRNG
The Random Number Generator used to shuffle the elements. When the pointer is null, a temporary RNG will be created and used.
iterFactor
Type: SystemDouble
The relative parameter that characterizes intensity of the shuffling performed.
See Also

Reference