lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
695 stars 60 forks source link

Add a utility function that can randomly shuffle arrays #150

Closed colinbdclark closed 6 years ago

colinbdclark commented 8 years ago

Flocking's core.js provides a collection of useful utilities for manipulating audio buffers, but it currently lacks a way to shuffle an array in-place.

colinbdclark commented 8 years ago

This was added in 954b19e70771c918e8192eb22789591c02501a70, but still needs unit tests.