Click or drag to resize
StdRandomShuffle Method (Double)
Rearranges the elements of the specified array in uniformly random order.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void Shuffle(
	double[] a
)

Parameters

a
Type: SystemDouble
a the array to shuffle
Exceptions
ExceptionCondition
ArgumentNullExceptionif a is null
See Also