StdRandomShuffle Method (Object, Int32, Int32) |
Namespace: Algs4Net
public static void Shuffle( Object[] a, int lo, int hi )
Exception | Condition |
---|---|
ArgumentNullException | if a is null |
IndexOutOfRangeException | unless (0 <= lo) and (lo <= hi) and (hi < a.Length) |