Skip to main content
Module

x/proc/mod3.ts>shuffle

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

Perfect in-place array shuffle in linear time.

Parameters

items: T[]