Skip to main content
Module

x/simplestatistics/src/shuffle_in_place.js

simple statistics for node & browser javascript
Latest
import * as simplestatistics from "https://deno.land/x/simplestatistics@v7.8.3/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.