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