Shuffle Array

Randomly shuffle the elements of an array (Fisher-Yates algorithm).

Code

General
arr.shuffle

Parameters

Array to shuffle

Server

More Ruby Snippets