UNPKG

@grandom/shuffle

Version:

A configurable, flexible, seedable, and overall great random shuffler.

11 lines (7 loc) 258 B
'use strict'; var SeededEngine = require('@grandom/engines/mt19937'); var index$1 = require('./RandomShuffle/index.js'); const random = new index$1(new SeededEngine()); var index = random.shuffle; module.exports = index; //# sourceMappingURL=index.js.map