StdRandomShuffle Method (Object) |
Rearranges the elements of the specified array in uniformly random order.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void Shuffle(
Object[] a
)
Parameters
- a
- Type: SystemObject
a the array to shuffle
Exceptions See Also