Click or drag to resize

CollectionUtilsRandomizeT Method (T)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Reorder elements of a type T array in a random way.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static T[] Randomize<T>(
	T[] array
)

Parameters

array
Type: T
The array of type T objects to randomize.

Type Parameters

T
The type of the element.

Return Value

Type: T
The array of elements ordered in a random manner.
See Also