-
Notifications
You must be signed in to change notification settings - Fork 4
compute shuffle
kgryte edited this page May 12, 2015
·
1 revision
Generates a random permutation of (shuffles) an array
in place.
var arr = [ 1, 2, 3, 4 ];
compute.shuffle( arr );
Note: the array
is mutated.
- Utilities
- Array Creation
- Sorting and Reshaping Arrays
- Special Functions
- Arithmetic
- Relational Operations
- Logical Operations
- Trigonometry
- Geometry
- Sets
- Discrete Mathematics
- Linear Algebra
- Statistics