Skip to main content
Module

x/proc/mod.ts>shuffle

A better way to work with processes in Deno.
Go to Latest
function shuffle
import { shuffle } from "https://deno.land/x/proc@0.21.8/mod.ts";

Perfect in-place array shuffle in linear time.

Parameters

items: T[]