Sample Array

Get N random items from an array without replacement.

Code

General
arr.sample(n)

Parameters

Array

Number of items to sample

Server

More Ruby Snippets