Skip to main content
Module

x/simplestatistic/src/shuffle_in_place.js

simple statistics for node & browser javascript
import * as simplestatistic from "https://deno.land/x/simplestatistic@v7.7.1/src/shuffle_in_place.js";

Functions

A Fisher-Yates shuffle in-place - which means that it will change the order of the original array by reference.