CvRandShuffle Method (CvArr, CvRNG) 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 static void RandShuffle(
	CvArr mat,
	CvRNG rng
)

Parameters

mat
Type: OpenCvSharpCvArr
The input/output matrix. It is shuffled in-place.
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.
See Also

Reference