| Package | Description | 
|---|---|
| org.apache.commons.math3.util | Convenience routines and common data structures used throughout the commons-math library. | 
| Modifier and Type | Method and Description | 
|---|---|
| static MathArrays.Position | MathArrays.Position. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MathArrays.Position[] | MathArrays.Position. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | MathArrays. shuffle(int[] list,
       int start,
       MathArrays.Position pos)Shuffle the entries of the given array. | 
| static void | MathArrays. shuffle(int[] list,
       int start,
       MathArrays.Position pos,
       RandomGenerator rng)Shuffle the entries of the given array, using the
 
 Fisher–Yates algorithm. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.