GitHub

randomSubset

Returns a random subset of an array in a random order.

API

const randomSubset: <T>(array: T[], length?: number) => T[]